Write a Program to print the sum of digits of a given number.
Write a Program to print the sum of digits of a given number. #include <stdio.h> #include <conio.h> int main () { int no […]
Read moreTechnology + Coding
Write a Program to print the sum of digits of a given number. #include <stdio.h> #include <conio.h> int main () { int no […]
Read moreClass 12th Computer Science paper. Computer Science paper questions (Solutions will be uploaded soon) Part-1 Question-1 a) What do you understand about Gate? b) […]
Read moreSolutions of JAVA Practice Set 1 ( #JAVA ) hello java…
Read moreWrite a program to calculate the sum of the numbers occurring in the multiplication table of 8 in JAVA ( #JAVA ) Question 9 : […]
Read moreWrite a program to repeat printing an inverted right angle triangle in JAVA ( #JAVA ) // Question 7 : // Write a program to […]
Read moreWrite a program to find the factorial of a given number using while loops in JAVA ( #JAVA ) // Question 6 : // Write […]
Read moreWrite a program to find the factorial of a given number using for loops in JAVA ( #JAVA ) Question 5 : Write a program […]
Read moreWrite a program to print multiplication table of 10 in reverse order in JAVA ( #JAVA ) Question 4 : Write a program to print […]
Read moreWrite a program to print multiplication table of a given number n in JAVA ( #JAVA ) Question 3 : Write a program to print […]
Read moreWrite a program to sum first n even numbers using while loop in java. ( #JAVA ) /* Question 2 : Write a program to […]
Read moreWrite a program to print an inverted right angle triangle in Java. ( #JAVA ) /* Question 1 : Write a program to print an […]
Read more
Recent Comments