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

Python

A website requires the users to input username and password to register

March 6, 2022 by Admin

Question: A website requires the … Read More

Categories Python

Write a program that computes the net amount of a bank account based a transaction log from console input

March 5, 2022 by Admin

Question: Write a program that … Read More

Categories Python

Write a program that computes the value of a+aa+aaa+aaaa with a given digit as the value of a

March 4, 2022 by Admin

Question: Write a program that … Read More

Categories Python

Use a list comprehension to square each odd number in a list

March 4, 2022 by Admin

Question: Use a list comprehension … Read More

Categories Python

Write a program that accepts a sentence and calculate the number of upper case letters and lower case letters

March 3, 2022 by Admin

Question: Write a program that … Read More

Categories Python

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
Post navigation
Older posts
Page1 Page2 … Page18 Next →

Recent Posts

  • C Program to Word Reverse a String
  • C Program to Check Number is Keith Number or Not
  • C Program to check whether the number is an Automorphic Number or Not
  • C Program to Check Number is Circular Prime or Not
  • C Program to Check a number is a Magic Number or Not
  • 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