x
Search for:
Learn Programming Languages
Main menu
Skip to content
Home
Categories
Arrays
Assembly
C Language
Area Programs
Array
1-D Array
2-D Array
File Handling
Function
Graphics
If-Else
Logical Programs
Loops
Do-While Loops
For Loops
Nested For Loops
Nested Loops
Mathematical Programs in C.
Mathematical Programs.
Simple Programs.
C++
D.S Programs
New
OOP(C++)
Overloading
Ques & Ans
About Us
Contact Us
Category Archives:
loops
loops
For Loops
Write a program that accepts an upper limit from the user and it should display the following series up-to the upper limit specified in a n variable. 1 2 3 0 5 6 7 0 9……………..n
For Loops
Write a program that accepts an upper limit from the user and it should display the following series up-to the upper limit specified in a n variable. 1 3 9 27 81…………………n
For Loops
Write a program that asks the user to input two numbers in two variables x and n. Now find and properly display the sum of following series. X+X²+X³…………………Xᴺ
For Loops
Write a program using for loop to find the sum of the squares of the integers from 1 to n. Where n is a positive value entered by user.
loops
Write a program to print the fibonacci series till a given number in c++.
loops
,
While Loops
If a 4 digits number is entered from keyboard, write a program that should subtract the last digit from the first digit and display the result.
Nested While Loops
Write a program that prints diamond shape in c++
Nested While Loops
Write a program which take input two no’s unless both no’s less than 250 and odd composite(which are not prime) no’s.
loops
Write a program to print the divisors of an integer/number in descending order.