CoderMantra

Menu
  • Home
  • Quiz
  • How-To
  • Q/A
  • Blog

Author: Kritika Papne

Program to display a pattern like a right angle triangle using an asterisk.

May 23, 2023
| No Comments
| Assignments, Practice Questions, Questions

* ** *** **** ***** Here, we have a basic program example to print a right angled triangle using different languages. This program is created in c language, c++, Java, and Python. Code to print right angled triangle in C language Code to print right angled triangle in C++ language Code to print right angled…

Read More »

Program to check whether the number is palindrome or not.

May 23, 2023
| No Comments
| Assignments, Java-Assignments, Questions

Here, we have a basic program example to check if the number is palindrome or not using different languages. A palindrome is a word, number, phrase, or other sequence of symbols that reads the same backwards as forwards, such as “madam”. This program is created in c language, c++, Java, and Python. Code to check…

Read More »

Program to check whether the number is Armstrong or not (for a 3 digit numbers).

May 23, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we have a basic program example to check if number is Armstrong or not using different languages. Armstrong number is the number in any given number base, which forms the total of the same number, when each of its digits is raised to the power of the number of digits in the number.This program is…

Read More »

Program to check whether the number is Armstrong or not (for n numbers).

May 23, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we have a basic program example to check if the number is Armstrong or not using different languages. Armstrong number is the number in any given number base, which forms the total of the same number, when each of its digits is raised to the power of the number of digits in the number. This…

Read More »

Program to check whether the number is prime or not.

May 23, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we have a basic program example to check if a number is prime or not using different languages. This program is created in c language, c++, Java, and Python. Program to check if a number is prime in C language Program to check if a number is prime in C++ language Program to check…

Read More »

Program to print Fibonacci series.

May 23, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we have a basic program example to print the Fibonacci series using different languages. Fibonacci is a series of numbers in which each number is the sum of the two preceding numbers. The simplest is the series 1, 1, 2, 3, 5, 8, etc. This program is created in c language, c++, Java, and…

Read More »

Program to display the n terms of odd natural numbers and their sum.

May 23, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we have a basic program example to print the sum of n odd natural numbers using different languages. This program is created in c language, c++, Java, and Python. Program to print the sum of odd numbers in C language Program to print the sum of odd numbers in C++ language Program to print…

Read More »

Program to display the multiplier table vertically from 1 to n.

May 23, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we have a basic program example to vertically print a table till n using different languages. This program is created in c language, c++, Java, and Python. Program to print multiplier table till n in C language Program to print multiplier table till n in C++ language Program to print multiplier table till n…

Read More »

  • 10 of 19
  • « Previous
  • 1
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • 19
  • Next »

Warning: Attempt to read property "term_id" on array in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 454

Warning: Attempt to read property "term_id" on array in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 454

Warning: Undefined array key "" in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 461

Warning: Trying to access array offset on value of type null in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 461

Warning: Undefined array key "" in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 462
About CoderMantra

Coder Mantra is a unique e-learning website, offers a tutorial of different popular programming languages with examples. The code on this popular tutorial website is tested and executed.

Latest Posts
Double Linked List in Java. July 15, 2025
Simple Calculator Program in Python April 25, 2025
Number Guessing Game in Python April 25, 2025
Python Program to Swap Two Variables April 14, 2025
Contact Us

info@codermantra.com

admin@codermantra.com

© 2020 Coder Mantra . All Rights Reserved
About | Privacy Policy | Terms | Contact