- Joined
- Dec 22, 2024
- Messages
- 2
- Reaction score
- 0
Hello, could you please help me with these exercises
1. C++ application that will use at least one repetitive instruction nested in another repetitive instruction.
2. C# application in which repetitive statements will be used to draw an ornament for the winter holidays.
Example:
You will define your own set of figures created by repetitive statements
The figures in the set will be displayed randomly.
When you change the window size, other figures from the set you defined will be randomly displayed.
If you change the window width, the figures must fill the whole screen.
If you change the height of the window, the figures must change their size.
1. C++ application that will use at least one repetitive instruction nested in another repetitive instruction.
2. C# application in which repetitive statements will be used to draw an ornament for the winter holidays.
Example:
You will define your own set of figures created by repetitive statements
The figures in the set will be displayed randomly.
When you change the window size, other figures from the set you defined will be randomly displayed.
If you change the window width, the figures must fill the whole screen.
If you change the height of the window, the figures must change their size.