Question: Please answer the question 4 Correct this silly program. (The / in C means division.) void main(int) / this program is perfect / { int
Please answer the question 4
Correct this silly program. (The / in C means division.) void main(int) / this program is perfect / \{ int cows, legs; printf("How many cow legs did you count? ); scanf("\%\%", legs); cows = legs /4 printf("That implies there are \%f cows.ln", cows) \}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
