+ 1
Beginner with programme C
can anyone help me
5 ответов
+ 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?
+ 1
What do you need help with?
+ 1
i can't think with writing codes its normal i am first year computer sciences
+ 1
You can't think of project ideas or think of solutions?
+ 1
solutions