Skip to content
Program Solve
  • C
    • Computer Architecture and Organization
    • Data Structures and Algorithms
    • Operating Systems
    • HackerRank C
    • More C Programs
  • C++
    • Object Oriented Programming
    • More C++ Programs
  • Java
    • More Java Programs
  • Python
    • More Python Programs
  • Kotlin
  • JavaScript
    • More JavaScript Programs
  • HackerRank
    • HackerRank C
  • Course

Write a program that accepts a sentence and calculate the number of letters and digits

March 2, 2022 by Admin

Question: Write a program that … Read More

Categories Python

Write a program, which will find all such numbers between 1000 and 3000 (both included) such that each digit of the number is an even number

March 1, 2022 by Admin

Question: Write a program, which … Read More

Categories Python

Write a program which accepts a sequence of comma separated 4 digit binary numbers as its input and then check whether they are divisible by 5 or not

February 28, 2022 by Admin

Question: Write a program which … Read More

Categories Python

Write a program that accepts a sequence of whitespace separated words as input and prints the words after removing all duplicate words and sorting them alphanumerically

February 27, 2022 by Admin

Question: Write a program that … Read More

Categories Python

Write a program that accepts sequence of lines as input and prints the lines after making all characters in the sentence capitalized

February 26, 2022 by Admin

Question: Write a program that … Read More

Categories Python

Write a program that accepts a comma separated sequence of words as input and prints the words in a comma-separated sequence after sorting them alphabetically

February 25, 2022 by Admin

Question: Write a program that … Read More

Categories Python

Write a program which takes 2 digits, X,Y as input and generates a 2-dimensional array

February 24, 2022 by Admin

Question: Write a program which … Read More

Categories Python

Write a program that calculates and prints the value according to the given formula: Q = Square root of [(2 * C * D)/H]

February 23, 2022 by Admin

Question: Write a program that … Read More

Categories Python

Python to CGPA Calculator using Tkinter with Full Source Code For Beginners

February 22, 2022 by Admin

Python CGPA Calculator with GUI … Read More

Categories Python

Define a class which has at least two methods: getString: to get a string from console input printString: to print the string in upper case

February 21, 2022 by Admin

Question: Define a class which … Read More

Categories Python
Post navigation
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page38 Next →

Recent Posts

  • CPP Program for Even Fibonacci Numbers with Source Code
  • CPP Program for Multiples of 3 and 5 with Source Code
  • Java Program to JSON Parser
  • Java Program to Run and Monitor External Programs or Commands
  • Java Program to Extracts File and Folders along with their sizes on Desktop
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021

Pages

  • About Us
  • Contact Us
  • Privacy Policy
© 2022 Program Solve