Skip to main content

Problem Statement 3

Code it Up!

Write a program such that when the user. 

  1. 2-D Matrix Multiplication.
  2. Class to add Marks of 3 subject for five students.
  3. Class which gives area of Rectangle.
  4. Class to Sort Array.
  5. Class which print the next character series.
  6. Use of void, data type and default argument functions.
  7. Class with a function of default arguments.
  8. Class for Reverse String.

You can take help from below!

Comments

Popular posts from this blog

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!

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: