Ask a New Question

Question

write a c++ program out put of 1 3 5 7 9
6 years ago

Answers

Leo Galleguillos
Sounds like you just have to loop through five odd numbers and output each one.
6 years ago
Anonymous
for (i=1; i+=2; i<=9) ...
6 years ago

Related Questions

I must write a program using Java that calculates the amount a person would earn over a period of ti... Write a program that allows the user to display a budget as a pie chart. After the user enters num... how do you write a program for an accountant using java to calculate income tax? I need to write a program to solve for the following: Suppose that the file USPRES.txt contains the... How do you write a program that prints out your course schedule for a week? Here's an example of th... write a program C++ program and Use a recursive function that finds the n-th term using the followin... Write a program which allows user to enter 10 student names and scores for Java programming 1 and Ja... using c++ write a program that accepts the unit weight of a bag of coffee in pounds and the number o... 4.Write a program that will predict the size of a population of organisms. The program should ask fo... Write a C++ program that will accept the marks in a test for a group of 5 students
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use