Write a c++ program to check a number is ARMSTRONG or not using the below mentioned class Write a c++ program to check a number […]
Read moreCategory: Coding
Write a program to find the reverse of a given number in C++ #c++ #cpp
Write a program to find the reverse of a given number in C++ #c++ #cpp Write a program to find the reverse of a given […]
Read morewrite a short program to input a digit and print it in words in java
write a short program to input a digit and print it in words in java write a short program to input a digit and print […]
Read moreWrite a Program to take a string, convert it in uppercase and replace all vowel of string with the character followed by vowel and replace the first letter with last letter and print the new string in JAVA
Write a Program to take a string, convert it in uppercase and replace all vowel of string with the character followed by vowel and replace […]
Read moreCalculator Program in C | #C #Coding
Calculator Program in C | #C #Coding // //Β main.c //Β Calculator // //Β Created by SHIVAM SINGH on 10/03/22. // #include <stdio.h> int […]
Read moreThe length and breadth of a rectangle and radius of a circle are input through the keyboard. Write a program to calculate the area and perimeter of the rectangle, and the area and circumference of the circle. #C
The length and breadth of a rectangle and radius of a circle are input through the keyboard. Write a program to calculate the area and […]
Read moreTemperature of a city is inputed through keyboard in fahrenheit, convert this temperature in centigrade degree. #C
Temperature of a city is inputed through keyboard in fahrenheit, convert this temperature in centigrade degree. #C Temperature of a city in Fahrenheit degrees […]
Read moreC notes from scratch to advance | Conditional Instructions in C | #C
C notes from scratch to advance | Conditional Instructions in C | #C C is a programming language as we have discussed earlier about languages […]
Read moreC notes from scratch to advance | Instructions and operators in C | #C
C notes from scratch to advance | Instructions and operators in C | #C C is a programming language as we have discussed earlier about […]
Read moreC notes from scratch to advance | Variable , Constants and Keywords in C | #C
C notes from scratch to advance | Variable , Constants and Keywords in C | #C Variables A variable is a container which stores a […]
Read more
Recent Comments