Beginner with programme C | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Beginner with programme C

can anyone help me

26th Mar 2018, 8:12 PM
Elie Hanna Jamhour
Elie Hanna Jamhour - avatar
5 Answers
+ 1
To solve solutions you have to break down the problem into smaller steps and then think how you could turn those small steps into code. This is a skill you either have or must learn, so it will take a while before you master it. For example imagine you were making a program which after user input the program would output the area of a rectangle with the given input, think of the steps that would be needed to do so... - Ask for user input and put them in variables - Check if the numbers are correct (not negative) - Calculate the area - Print the answer into the console Now that is easier to implement than just "Program that calculates rectangle area" isn't it?
26th Mar 2018, 8:39 PM
TurtleShell
TurtleShell - avatar
+ 1
What do you need help with?
26th Mar 2018, 8:14 PM
TurtleShell
TurtleShell - avatar
+ 1
i can't think with writing codes its normal i am first year computer sciences
26th Mar 2018, 8:17 PM
Elie Hanna Jamhour
Elie Hanna Jamhour - avatar
+ 1
You can't think of project ideas or think of solutions?
26th Mar 2018, 8:19 PM
TurtleShell
TurtleShell - avatar
+ 1
solutions
26th Mar 2018, 8:28 PM
Elie Hanna Jamhour
Elie Hanna Jamhour - avatar