Write a C program to get and print integers continuously until the user enters an odd number.
Example
input:
10
2
6
8
9
output:
10
2
6
8
Answers
Answered by
0
Answer:
I hope it's was helpful for others thank you
Attachments:
Similar questions