Davifus
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
252,236
of 296,352
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,394
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,133
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
how to modify input-output script to show how many line were copied.
ifn = input( 'input file name: ', 's' ); ofn = input('output file name: ', 's' ); ih = fopen( ifn, 'r' ); oh = fopen( ofn, 'w...
5 years ago | 1 answer | 0
1
answerQuestion
How do i change my script to print out the second word of each even line?
fn = input( 'file name: ', 's' ); fh = fopen( fn, 'r' ); ln = ''; count=1; while ischar( ln ) ln = fgets( fh ); ...
5 years ago | 1 answer | 0
1
answerQuestion
Creating vectors by rand() and looping it
The question: Create a vector A with 10 integer numbers by rand(), and ceil() or floor() or round. Each number is between 5 and...
5 years ago | 1 answer | 0
1
answerQuestion
Part of my program wont work and i just cant figure it out why.
The question is "The program asks for an input of a score(0-100). If the score is greater than or equal to 60, display “Congratu...
5 years ago | 1 answer | 0