Skip to main content

Posts

Problem Statement 3

Recent posts

Problem Statement 2

Code it Up! Write a program such that when the user.  Use 1. Program which prints whether the number is prime or not. Use 2.  Program which prints table of given number. Use 3.  Program which prints day according to given number using switch case. Use 4.  Program which prints 1 to 10 in reverse order. Use 5.  Program which prints weather the entered number is multipliable with 5 without reminder or not. Use 6.  Program which takes choice from user to calculate the area of triangle, rectangle or square using switch case You can take help from below!

Problem Statement 1

Code it Up! Write a program such that when the user.  Use 1. Print Name. Use 2. Print Address. Use 3 . Add two numbers. Use 4.  Program which takes three values from user and calculate average. Use 5 . Program which takes 5 subject marks from user. Calculate average of it. According to average display appropriate grade. You can take help from below!

Building a Binary Calculator With Object Oriented Programming in C++

Let's begin! Creating a basic calculator is a no biggie! So we are applying the concept of object oriented programming and making this program work until the user ask to end the task, in this calculator we can also intake the value as much as we want without restarting the program! It's one of basis and yet a core project where majority of your programming skills are used! Happy Programming!

Taking Input and Printing the Result in C

 Let's begin: C has many datasets like char, float, int and string etc. Here provided the complete code:  

Taking Input and Printing the Result in C++

  Let's begin: C++ has many datasets like char, float, int and string etc. Here provided the complete code:    

Giving Output in C

 Let's begin! To print in C: