Answer:
- make a promise
- write it in a diary
- make a scrap book
- create a video
- make a picture book
I hope this helps
<h2>I know you will do great!!!</h2>
Answer: i believe it is family, religion, history, music and arts, and folklore.
Explanation:
I do not know, i really hope you dont fail!!!!!!!!!
Answer:
while
Explanation:
The while loop is a good choice when you do not want the loop to iterate if the condition is FALSE in the beginning.
Answer:
I have answered the first part in another question of yours, but the second part is in the provided screenshot!
Explanation:
Steps to solve this problem:
Go through all the numbers from 1 -> n1, every time you go through each of these numbers, go through all the numbers from 1 -> n2. Multiply these numbers and add them to an output string. Print each line of output.