Computer Applications
Related Questions
Program to check whether the product of two numbers is a buzz number or not.
[A number that ends with 7 or is divisible by 7, is called a buzz number]Generate the following series upto 10 terms:
1, 4, 7,10 ……
Generate the following series upto 10 terms:
0, 3, 8, 15, 24, 35 …..
Write a program using while loop to generate the first 10 natural numbers and their sum.