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
  • Competitive Coding
    • Coding Ninjas
    • HackerRank
      • HackerRank C
  • Sap
    • Sap ABAP
  • Course

Write a program to print the user name of a given email address, Both user names and company names are composed of letters only

November 23, 2022 by Admin

Question: Assuming that we have … Read More

Categories Python

Define a custom exception class that takes a string message as an attribute

November 22, 2022 by Admin

Question: Define a custom exception … Read More

Categories Python

Write a function to compute 5/0 and use try/except to catch the exceptions

November 21, 2022 by Admin

Question: Write a function to … Read More

Categories Python

Please raise a RuntimeError exception

November 20, 2022 by Admin

Question: Please raise a RuntimeError … Read More

Categories Python

Define a class named Shape and its subclass Square

November 19, 2022 by Admin

Question: Define a class named … Read More

Categories Python

Define a class named Rectangle which can be constructed by a length and width

November 18, 2022 by Admin

Question: Define a class named … Read More

Categories Python

Define a class named Circle which can be constructed by a radius

November 17, 2022 by Admin

Question: Define a class named … Read More

Categories Python

Define a class named American and its subclass NewYorker

November 16, 2022 by Admin

Question: Define a class named … Read More

Categories Python

Define a class named American which has a static method called print Nationality

November 7, 2022 by Admin

Question: Define a class named … Read More

Categories Python

Write a program that can map() to make a list whose elements are squares of numbers between 1 and 20 (both included)

November 6, 2022 by Admin

Question: Write a program that … Read More

Categories Python
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page49 Next →

Recent Posts

  • Sap ABAP 7.4 Question and Answers
  • Write a program to randomly generate a list with 5 numbers, which are divisible by 5 and 7, between 1 and 1000 inclusive
  • Write a program to randomly generate a list with 5 even numbers between 100 and 200 inclusive
  • Write a program to generate a list with 5 random numbers between 100 and 200 inclusive
  • Write a program to output a random number, which is divisible by 5 and 7, between 0 and 10 inclusive using the random module and list comprehension
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • 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
© 2023 Program Solve