Question: c language Program Description Write a program using a for loop that sum all the odd integers number from 1 to 99 and print the
Program Description Write a program using a for loop that sum all the odd integers number from 1 to 99 and print the number of the odd numbers and their sum to the user. Hint: use the reminder (%) to check if the number is odd. Program Sample Output Printing the sum of the odd numbers from 1 to 99 ..... The number of the odd integers from 1 to 99 is 50 The sum is 2500
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
