Numbers program
Author: b | 2025-04-25
PGC (program chain): Number of Programs: 22: Number of programs in this pgc Number of Cells: 22: Number of cells in this pgc PGC (program chain): Number of Programs: 22: Number of programs in this pgc Number of Cells: 22: Number of cells in this pgc
Program to convert a binary number to hexadecimal number
A Perl interface to the GMP library's rational (mpq) functions. Math::GMPq is a bigrational Perl module utilising the Gnu MP (GMP) library. Basically this module simply wraps all of the 'mpq' (rational number) functions provided by that library.File Name:Math-GMPq-0.28.tar.gz Author:SisyphusLicense:Freeware (Free)File Size:20 KbRuns on:Linux Advertisement Advertisement Numerator is a program that allows you to print individual non-reoccuring numbers for coupons or tickets. You can print numbers with auto increment, data from database and text. Main features: - It can print numbers with any font, size, color,. ...File Name:NUMERATOR.ZIP Author:Alex ManannikovLicense:Shareware ($25.00)File Size:713 KbRuns on:Mac OS 9 or later , OS X 10.1 or laterWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically. With this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically.File Name:VistaPMN.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:192 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically. Would you like to print tickets, labels, lottery tickets,... with serial numbers. It's easy NOW ! With this program and Corel. ...File Name:VistaPMN.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:195 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically. Would you like to print tickets, labels, lottery tickets,... with serial numbers. It's easy NOW ! With this program and Corel. ...File Name:drucker-pmn.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:Runs on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can engrave and print anything with serial numbers. Serial numbers will be replaced automatically. With this program & Corel DRAW you can engrave and print anything with serial numbers. With this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically.File Name:PrintMergeNumV10.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:192 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, Vista Advertisement Advertisement With this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically. Would you like to print tickets, labels, lottery tickets,... with serial numbers. It's easy NOW ! With this program and Corel. ...File Name:VistaPMN.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:195 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, Vista'CorelDRAW Graphics Suite 12 introduces smart design tools.coral draw 12' CorelDRAW Graphics Suite 12 introduces smart design tools for producing more creative and accurate graphics. Discover new and advanced features that increase productivity, and. ...File Name:Corel DRAW Author:Corel CorporationLicense:Shareware ($429.00)File Size:367 MbRuns on:Windows2000, Windows2003, WinXPWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically.File Name:X3PrintMergeNumV20.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:195 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaHow to generate serial numbers? With this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically.File Name:SNG-PrintMergeNumV20.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:195 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically.File Name:VistaPMN.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:192 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically. Would you like to print tickets, labels, lottery tickets,... with serial numbers. It's easy NOW ! With this program and Corel. ...File Name:drucker-pmn.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:Runs on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically. Would you like to print tickets, labels, lottery tickets,... with serial numbers. It's easy NOW ! With this program and Corel. ...File Name:Numbering.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:195 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, Windows2003,Windows VistaWithProgram to test whether a number is Prime Number or not
Last update on December 20 2024 12:30:02 (UTC/GMT +8 hours)C++ For Loop [87 exercises with solution] [An editor is available at the bottom of the page to write and execute the scripts. Go to the editor] 1. Write a program in C++ to find the first 10 natural numbers. Sample output: The natural numbers are: 1 2 3 4 5 6 7 8 9 10 Click me to see the sample solution2. Write a program in C++ to find the sum of the first 10 natural numbers. Sample Output: Find the first 10 natural numbers: --------------------------------------- The natural numbers are: 1 2 3 4 5 6 7 8 9 10 The sum of first 10 natural numbers: 55 Click me to see the sample solution3. Write a program in C++ to display n terms of natural numbers and their sum. Sample Output:Input a number of terms: 7 The natural numbers upto 7th terms are: 1 2 3 4 5 6 7 The sum of the natural numbers is: 28 Click me to see the sample solution4. Write a program in C++ to find the perfect numbers between 1 and 500. The perfect numbers between 1 to 500 are: 6 28 496Click me to see the sample solution5. Write a program in C++ to check whether a number is prime or not. Sample Output: Input a number to check prime or not: 13 The entered number is a prime number. Click me to see the sample solution6. Write a program in C++ to find a prime number within a range. Input number for starting range: 1 Input number for ending range: 100 The prime numbers between 1 and 100 are: 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97 The total number of prime numbers between 1 to 100 is: 25 Click me to see the sample solution 7. Write a program in C++ to find the factorial of a number. Sample output:Input a number to find the factorial: 5 The factorial of the given number is: 120 Click me to see the sample solution8. Write a program in C++ to find the last prime number that occurs before the entered number. Sample Output: Input a number to find the last prime number occurs before the number: 50 47 is the last prime number before 50 Click me to see the sample solution9. Write a program in C++ to find the Greatest Common Divisor (GCD) of two numbers. Sample Output: Input the first number: 25 Input the second number: 15 The Greatest Common Divisor is: 5 Click me to see the sample solution10. Write a program in C++ to find the sum of the digits of a given number. Sample Output: Input a number: 1234 The sum of digits of 1234 is: 10 Click me to see the sample solution11. Write a program in C++ to find the sum of the series 1 + 1/2^2. PGC (program chain): Number of Programs: 22: Number of programs in this pgc Number of Cells: 22: Number of cells in this pgc PGC (program chain): Number of Programs: 22: Number of programs in this pgc Number of Cells: 22: Number of cells in this pgcPrime Number Program in C
Me to see the solution 8. Odd Natural Numbers and Their Sum Write a C program to display the n terms of odd natural numbers and their sum. Test Data Input number of terms : 10 Expected Output : The odd numbers are :1 3 5 7 9 11 13 15 17 19 The Sum of odd Natural Number upto 10 terms : 100 Click me to see the solution 9. Right Angle Triangle Pattern with Asterisks Write a program in C to display a pattern like a right angle triangle using an asterisk. The pattern like : **********Click me to see the solution 10. Right Angle Triangle Pattern with Numbers Write a C program to display a pattern like a right angle triangle with a number. The pattern like : 1121231234Click me to see the solution 11. Right Angle Triangle with Repeated Number per Row Write a program in C to make such a pattern like a right angle triangle with a number which will repeat a number in a row. The pattern like : 1 22 333 4444Click me to see the solution 12. Right Angle Triangle with Sequentially Increasing Numbers Write a program in C to make such a pattern like a right angle triangle with the number increased by 1. The pattern like : 1 2 3 4 5 6 7 8 9 10Click me to see the solution13. Pyramid Pattern with Increasing Numbers Write a program in C to make a pyramid pattern with numbers increased by 1. 1 2 3 4 5 6 7 8 9 10 Click me to see the solution 14. Pyramid Pattern with Asterisks Write a C program to make such a pattern as a pyramid with an asterisk. * * * * * * * * * *Click me to see the solution 15. Factorial Calculation Write a C program to calculate the factorial of a given number. Test Data : Input the number : 5 Expected Output : The Factorial of 5 is: 120 Click me to see the solution 16. Sum of Even Natural Numbers Write a C program to display the sum of n terms of even natural numbers. Test Data : Input number of terms : 5 Expected Output : The even numbers are :2 4 6 8 10 The Sum of even Natural Number upto 5 terms : 30 Click me to see the solution 17. Pyramid Pattern with Repeated Numbers Write a C program to make such a pattern like a pyramid with a number which will repeat the number in the same row. 1 2 2 3 3 34 4 4 4Click me to see the solution 18. Sum of Series [1 - X²/2! + X⁴/4! - …] Write a program in C to find the sum of the series [ 1-X^2/2!+X^4/4!- .........]. Test Data : Input the Value of x :2 Input the number of terms : 5 Expected Output : the sum = -0.415873 Number of terms = 5 value A free program for Android, by pawelz.Apps.Random Numbers Generator Pro is a free app for Android, that makes part of the category 'Utilities & Tools'.About Random Numbers Generator Pro for AndroidThis app has been published on Softonic on February 23th, 2023 and we have not had the occasion to check it yet.We encourage you to try it and leave us a comment or rate it on our website. This will help a lot the rest of our users!Random Numbers Generator Pro is available for Android 9.0 and above. The current version of the app is 1.41.Program available in other languagesСкачать Random Numbers Generator Pro [RU]Random Numbers Generator Pro 다운로드 [KO]تنزيل Random Numbers Generator Pro [AR]Ladda ner Random Numbers Generator Pro [SV]Download Random Numbers Generator Pro [NL]Descargar Random Numbers Generator Pro [ES]Random Numbers Generator Pro herunterladen [DE]Télécharger Random Numbers Generator Pro [FR]Scarica Random Numbers Generator Pro [IT]Random Numbers Generator Pro indir [TR]ดาวน์โหลด Random Numbers Generator Pro [TH]Pobierz Random Numbers Generator Pro [PL]Tải xuống Random Numbers Generator Pro [VI]下载Random Numbers Generator Pro [ZH]ダウンロードRandom Numbers Generator Pro [JA]Unduh Random Numbers Generator Pro [ID]Download do Random Numbers Generator Pro [PT]Explore MoreLatest articlesLaws concerning the use of this software vary from country to country. We do not encourage or condone the use of this program if it is in violation of these laws.Program for Armstrong Numbers - GeeksforGeeks
This program & Corel DRAW you can engrave and print anything with serial numbers. Serial numbers will be replaced automatically. With this program & Corel DRAW you can engrave and print anything with serial numbers. Serial numbers will be replaced automatically.File Name:numbering-software.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:192 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaCorelDraw CDR Repair tool for restoring a CorelDraw projects after data corruption accidents of various types. The efficient repair of damaged Corel Draw CDR file data.File Name:CDRRepairKitInstall.exe Author:Repair Kit, Inc.License:Shareware ($99.00)File Size:4.57 MbRuns on:WinXP, WinVista, WinVista x64, Win7 x32, Win7 x64, Win2000, Windows2000, Windows2003, Windows Vista, Win98, WinME, WinNT 4.x, Windows Tablet PC Edition 2005, Windows Media Center Edition 2005, Windows 8, Windows Server 2012CorelDRAW file repair software for recovery of the contents of damaged CDR files. Program helps to repair corrupted Corel Draw project files.Recovered data are passed directly to CorelDraw, which must be installed on the user's system at the time of recov. ...File Name:CorelDRAWRepairKitInstall.exe Author:Repair Kit, Inc.License:Shareware ($99.00)File Size:4.57 MbRuns on:WinXP, WinVista, WinVista x64, Win7 x32, Win7 x64, Win2000, Windows2000, Windows2003, Windows Vista, Win98, WinME, WinNT 4.x, Windows Tablet PC Edition 2005, Windows Media Center Edition 2005, Windows 8, Windows Server 2012With this program & Corel DRAW you can engrave and print anything with serial numbers. Serial numbers will be replaced automatically. With this program & Corel DRAW you can engrave and print anything with serial numbers. Serial numbers will be replaced automatically.File Name:automatic-numerator.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:192 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaC Program to Reverse a Number
Click me to see the solution28. Find Perfect Numbers in a RangeWrite a C program to find the 'Perfect' numbers within a given number of ranges. Test Data : Input the starting range or number : 1 Input the ending range of number : 50 Expected Output : The Perfect numbers within the given range : 6 28 Click me to see the solution29. Armstrong Number CheckWrite a C program to check whether a given number is an Armstrong number or not. Test Data : Input a number: 153 Expected Output :153 is an Armstrong number. Click me to see the solution30. Armstrong Numbers in a RangeWrite a C program to find the Armstrong number for a given range of number. Test Data : Input starting number of range: 1 Input ending number of range : 1000 Expected Output :Armstrong numbers in given range are: 1 153 370 371 407 Click me to see the solution31. Diamond Pattern DisplayWrite a program in C to display a pattern like a diamond. * *** ***** **************** ******* ***** *** * Click me to see the solution 32. Prime Number Determination Write a C program to determine whether a given number is prime or not. Test Data : Input a number: 13 Expected Output : 13 is a prime number. Click me to see the solution 33. Pascal's Triangle Display Write a C program to display Pascal's triangle. Test Data : Input number of rows: 5 Expected Output : 1 1 1 1 2 1 1 3 3 11 4 6 4 1 Click me to see the solution 34. Prime Numbers within a Range Write a program in C to find the prime numbers within a range of numbers. Test Data : Input starting number of range: 1 Input ending number of range : 50 Expected Output :The prime number between 1 and 50 are : 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47Click me to see the solution 35. Fibonacci Series Display Write a program in C to display the first n terms of the Fibonacci series. Fibonacci series 0 1 2 3 5 8 13 ..... Test Data : Input number of terms to display : 10 Expected Output :Here is the Fibonacci series upto to 10 terms : 0 1 1 2 3 5 8 13 21 34 Click me to see the solution 36. Pattern with 1 as First and Last Number Write a C program to display a such a pattern for n rows using a number that starts with 1 and each row will have a 1 as the first and last number. 1 12112321Click me to see the solution 37. Reverse a Given Number Write a program in C to display a given number in reverse order. Test Data : Input a number: 12345 Expected Output :The number in reverse order is : 54321Click me to see the solution 38. Palindrome Number Check Write a C program to. PGC (program chain): Number of Programs: 22: Number of programs in this pgc Number of Cells: 22: Number of cells in this pgc PGC (program chain): Number of Programs: 22: Number of programs in this pgc Number of Cells: 22: Number of cells in this pgcJava Program to Reverse a Number
Serial numbers will be replaced automatically.File Name:automatic-numerator.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:192 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically. With this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically.File Name:PrintMergeNumV10.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:192 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically.File Name:X3PrintMergeNumV20.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:195 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaHow to generate serial numbers? With this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically.File Name:SNG-PrintMergeNumV20.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:195 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaFraction Calculator name speaks for itself. This piece of software will help you to add, subtract, multiply and divide fractions. Enter fraction #1 and fraction #2. Make sure you use / between numerator and denominator (e.g. 1/3 for one third).File Name:fractioncalculatorsetup.exe Author:Gigra LLCLicense:Freeware (Free)File Size:380 KbRuns on:WinXP, WinVista, WinVista x64, Win7 x32, Win7 x64, Win2000, WinOther, Windows2000, Windows2003, WinServer, Windows Vista, WinMobile, Windows CE, Win98, WinME, WinNT 3.x, WinNT 4.x, Win95, Win 3.1x, Windows Tablet PC Edition 2005, Windows Media Center Edition 2005Unit Aware Calculator that lets you work with ft-in-fraction dimensional values Advantage is a Unit Aware calculator that lets you work with feet-inch-fraction dimensional values. Unit Aware means that you can effortlessly compute with units (not just convert).File Name:BasicAdvantageComboSetup.msi Author:Formative Software, Inc.License:Shareware ($29.95)File Size:1.28 MbRuns on:Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003,Windows CE,Pocket PC,Windows Mobile 2003gcd and lcm for any type and amount of numbers. gcd and lcm for any type and amount of numbersThere are two aspects that distinguishComments
A Perl interface to the GMP library's rational (mpq) functions. Math::GMPq is a bigrational Perl module utilising the Gnu MP (GMP) library. Basically this module simply wraps all of the 'mpq' (rational number) functions provided by that library.File Name:Math-GMPq-0.28.tar.gz Author:SisyphusLicense:Freeware (Free)File Size:20 KbRuns on:Linux Advertisement Advertisement Numerator is a program that allows you to print individual non-reoccuring numbers for coupons or tickets. You can print numbers with auto increment, data from database and text. Main features: - It can print numbers with any font, size, color,. ...File Name:NUMERATOR.ZIP Author:Alex ManannikovLicense:Shareware ($25.00)File Size:713 KbRuns on:Mac OS 9 or later , OS X 10.1 or laterWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically. With this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically.File Name:VistaPMN.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:192 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically. Would you like to print tickets, labels, lottery tickets,... with serial numbers. It's easy NOW ! With this program and Corel. ...File Name:VistaPMN.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:195 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically. Would you like to print tickets, labels, lottery tickets,... with serial numbers. It's easy NOW ! With this program and Corel. ...File Name:drucker-pmn.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:Runs on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can engrave and print anything with serial numbers. Serial numbers will be replaced automatically. With this program & Corel DRAW you can engrave and print anything with serial numbers.
2025-04-04With this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically.File Name:PrintMergeNumV10.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:192 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, Vista Advertisement Advertisement With this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically. Would you like to print tickets, labels, lottery tickets,... with serial numbers. It's easy NOW ! With this program and Corel. ...File Name:VistaPMN.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:195 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, Vista'CorelDRAW Graphics Suite 12 introduces smart design tools.coral draw 12' CorelDRAW Graphics Suite 12 introduces smart design tools for producing more creative and accurate graphics. Discover new and advanced features that increase productivity, and. ...File Name:Corel DRAW Author:Corel CorporationLicense:Shareware ($429.00)File Size:367 MbRuns on:Windows2000, Windows2003, WinXPWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically.File Name:X3PrintMergeNumV20.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:195 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaHow to generate serial numbers? With this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically.File Name:SNG-PrintMergeNumV20.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:195 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically.File Name:VistaPMN.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:192 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically. Would you like to print tickets, labels, lottery tickets,... with serial numbers. It's easy NOW ! With this program and Corel. ...File Name:drucker-pmn.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:Runs on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, VistaWith this program & Corel DRAW you can print anything with serial numbers. Serial numbers will be replaced automatically. Would you like to print tickets, labels, lottery tickets,... with serial numbers. It's easy NOW ! With this program and Corel. ...File Name:Numbering.zip Author:Hard - SoftLicense:Shareware ($29.95)File Size:195 KbRuns on:Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, Windows2003,Windows VistaWith
2025-04-15Last update on December 20 2024 12:30:02 (UTC/GMT +8 hours)C++ For Loop [87 exercises with solution] [An editor is available at the bottom of the page to write and execute the scripts. Go to the editor] 1. Write a program in C++ to find the first 10 natural numbers. Sample output: The natural numbers are: 1 2 3 4 5 6 7 8 9 10 Click me to see the sample solution2. Write a program in C++ to find the sum of the first 10 natural numbers. Sample Output: Find the first 10 natural numbers: --------------------------------------- The natural numbers are: 1 2 3 4 5 6 7 8 9 10 The sum of first 10 natural numbers: 55 Click me to see the sample solution3. Write a program in C++ to display n terms of natural numbers and their sum. Sample Output:Input a number of terms: 7 The natural numbers upto 7th terms are: 1 2 3 4 5 6 7 The sum of the natural numbers is: 28 Click me to see the sample solution4. Write a program in C++ to find the perfect numbers between 1 and 500. The perfect numbers between 1 to 500 are: 6 28 496Click me to see the sample solution5. Write a program in C++ to check whether a number is prime or not. Sample Output: Input a number to check prime or not: 13 The entered number is a prime number. Click me to see the sample solution6. Write a program in C++ to find a prime number within a range. Input number for starting range: 1 Input number for ending range: 100 The prime numbers between 1 and 100 are: 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97 The total number of prime numbers between 1 to 100 is: 25 Click me to see the sample solution 7. Write a program in C++ to find the factorial of a number. Sample output:Input a number to find the factorial: 5 The factorial of the given number is: 120 Click me to see the sample solution8. Write a program in C++ to find the last prime number that occurs before the entered number. Sample Output: Input a number to find the last prime number occurs before the number: 50 47 is the last prime number before 50 Click me to see the sample solution9. Write a program in C++ to find the Greatest Common Divisor (GCD) of two numbers. Sample Output: Input the first number: 25 Input the second number: 15 The Greatest Common Divisor is: 5 Click me to see the sample solution10. Write a program in C++ to find the sum of the digits of a given number. Sample Output: Input a number: 1234 The sum of digits of 1234 is: 10 Click me to see the sample solution11. Write a program in C++ to find the sum of the series 1 + 1/2^2
2025-04-06Me to see the solution 8. Odd Natural Numbers and Their Sum Write a C program to display the n terms of odd natural numbers and their sum. Test Data Input number of terms : 10 Expected Output : The odd numbers are :1 3 5 7 9 11 13 15 17 19 The Sum of odd Natural Number upto 10 terms : 100 Click me to see the solution 9. Right Angle Triangle Pattern with Asterisks Write a program in C to display a pattern like a right angle triangle using an asterisk. The pattern like : **********Click me to see the solution 10. Right Angle Triangle Pattern with Numbers Write a C program to display a pattern like a right angle triangle with a number. The pattern like : 1121231234Click me to see the solution 11. Right Angle Triangle with Repeated Number per Row Write a program in C to make such a pattern like a right angle triangle with a number which will repeat a number in a row. The pattern like : 1 22 333 4444Click me to see the solution 12. Right Angle Triangle with Sequentially Increasing Numbers Write a program in C to make such a pattern like a right angle triangle with the number increased by 1. The pattern like : 1 2 3 4 5 6 7 8 9 10Click me to see the solution13. Pyramid Pattern with Increasing Numbers Write a program in C to make a pyramid pattern with numbers increased by 1. 1 2 3 4 5 6 7 8 9 10 Click me to see the solution 14. Pyramid Pattern with Asterisks Write a C program to make such a pattern as a pyramid with an asterisk. * * * * * * * * * *Click me to see the solution 15. Factorial Calculation Write a C program to calculate the factorial of a given number. Test Data : Input the number : 5 Expected Output : The Factorial of 5 is: 120 Click me to see the solution 16. Sum of Even Natural Numbers Write a C program to display the sum of n terms of even natural numbers. Test Data : Input number of terms : 5 Expected Output : The even numbers are :2 4 6 8 10 The Sum of even Natural Number upto 5 terms : 30 Click me to see the solution 17. Pyramid Pattern with Repeated Numbers Write a C program to make such a pattern like a pyramid with a number which will repeat the number in the same row. 1 2 2 3 3 34 4 4 4Click me to see the solution 18. Sum of Series [1 - X²/2! + X⁴/4! - …] Write a program in C to find the sum of the series [ 1-X^2/2!+X^4/4!- .........]. Test Data : Input the Value of x :2 Input the number of terms : 5 Expected Output : the sum = -0.415873 Number of terms = 5 value
2025-04-17