0% found this document useful (0 votes)
29 views2 pages

Readme

The document describes the process of writing and compiling code for various tasks. For some tasks, the compiler returned errors that were then fixed, allowing the programs to run successfully. Tasks involving logical errors or syntax issues like commas in for loops sometimes caused problems, but reviewing solutions from the instructor or fixing the bugs allowed the code to run properly in the end for all tasks.

Uploaded by

Ihtisham Rana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views2 pages

Readme

The document describes the process of writing and compiling code for various tasks. For some tasks, the compiler returned errors that were then fixed, allowing the programs to run successfully. Tasks involving logical errors or syntax issues like commas in for loops sometimes caused problems, but reviewing solutions from the instructor or fixing the bugs allowed the code to run properly in the end for all tasks.

Uploaded by

Ihtisham Rana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Startup-task-01:-

 I write the code and compile my program, compiler gives me error. ” [Error] expected ')' before
'{' token and x is not declare”.
 I fixed it and run program successfully.

Startup-task-02:-

 I write the code and compile my program, compiler gives me error because function name and
function call is not same.
 I fixed it and run program successfully.

Algorithmic workbench:-
 I write the code and compile my program, compiler gives me no error and my program runs
successfully.

Task-01:-
 I write the code and compile my program, compiler gives me no error and my program runs
successfully.

Task-02:-
 I write the code and compile my program, compiler gives me no error and my program runs
successfully.

Task-03:-
 I write the code and compile my program, compiler gives me no error and my program runs
successfully.

Task-04:-
 I write the code and compile my program, compiler gives me because I put coma in for loop.
 Then I removed the coma, and run program
 Then I understand it and fixed it, and run program successfully

Task-05:-
 I write the code and compile my program, compiler gives me error because I doing a logical
error.
 Then I understand logic, then I fixed it and run program successfully.

Task-06:-
 I write the code and compile my program, program runs butt not giving right input because I am
doing a logical error.
 Sir also show the solution of this task in class I see the solution and understand the logic
 Run program successfully
Task-08:-
 I write the code and compile my program, compiler gives me no error and my program runs
successfully.

Task-09:-
 I write the code and compile my program, compiler gives me error because during writing the
code I did a syntax error i put coma in for loop and did not put semicolon.
 Then I fixed all the bugs and run program successfully.

Task-10:-
 I write the code and compile my program, compiler gives me error because during writing the
code I made many logical mistakes which disturb my output.
 I made mistake at Displays the number of matches and whether or not the user has won.
 Then I fixed all the bugs and run program successfully.

Task-11:-
 I write the code and compile my program, compiler gives me error because during writing the
code I made many logical mistakes which disturb my output.
 I made mistake at to convert markup percentage to two decimal point.
 And calculate retail price and return value to main function.
 Then I fixed all the bugs and run program successfully.

Task-12:-
 I write the code and compile my program, compiler gives me no error and my program runs
successfully.

Task-13:-
 I write the code and compile my program, compiler gives me error because during writing the
code I made many logical mistakes which disturb my output.
 I was doing the program by call by value. Which is not giving correct output. Then I use call by
reference.
 Then I compile my program, compiler gives me no error and my program runs successfully.

Task-14:-
 I write the code and compile my program, compiler gives me no error and my program runs
successfully.

You might also like