0
Using C++, develop a program that displays squares of numbers from 1 to 10 (skip number 5)
using: for loop while loop do while
4 odpowiedzi
0
It seems straightforward: you do a sequence from 1 to 10, skip 5, and print the square of each number. What exactly didn't you understand?
0
Pls edit your question description and add:
1. A link to your code in Code Playground
2. An explanation of your difficulties
0
My teacher give me assignment to do this code but I can't understand it.
0
Thanks I understood