Write a algorithm to printing a string "god save me" ten times
Answers
Answered by
0
let a = 0;
while (a<10){
console.log("god save me");
a++;
}
Similar questions
Social Sciences,
4 months ago
English,
4 months ago
Computer Science,
4 months ago
English,
9 months ago
Math,
9 months ago
Math,
1 year ago