write a program to perform addition,subtraction,multiplication,division with switch statement

Asked by Last Modified  

9 Answers

Follow 0
Answer

Please enter your answer

The tutor

U can just Google it. It's very simple one
Comments

MathWorks Certified MATLAB Associate

Switch case Syntax in MATLAB is switch switch_expression case case_expression statements case case_expression statements ... otherwise statements end
Comments

MathWorks Certified MATLAB Associate

switch switch_expression case case_expression statements case case_expression statements ... otherwise statements end
Comments

int main() { char o; float num1,num2; printf("Enter operator either + or - or * or divide : "); scanf("%c",&o); printf("Enter two operands: "); scanf("%f%f",&num1,&num2); switch(o) { case '+': printf("%.1f + %.1f = %.1f",num1, num2, num1+num2); ...
read more
int main() { char o; float num1,num2; printf("Enter operator either + or - or * or divide : "); scanf("%c",&o); printf("Enter two operands: "); scanf("%f%f",&num1,&num2); switch(o) { case '+': printf("%.1f + %.1f = %.1f",num1, num2, num1+num2); break; case '-': printf("%.1f - %.1f = %.1f",num1, num2, num1-num2); break; case '*': printf("%.1f * %.1f = %.1f",num1, num2, num1*num2); break; case '/': printf("%.1f / %.1f = %.1f",num1, num2, num1/num2); break; default: /* If operator is other than +, -, * or /, error message is shown */ printf("Error! operator is not correct"); break; } return 0; } o/p Enter operator either + or - or * or divide : - Enter two operands: 3.4 8.4 3.4 - 8.4 = -5.0 read less
Comments

Tutor

in which language you want to write the program
Comments

Life Scientist

Not related to my expertise
Comments

Trainer

simple u can even get from 1000 program from web
Comments

switch(op) { case '+': c=a+b; break; case '-':c=a-b; break; case '*':c=a*b; break; case '/':c=a/b; break; default: printf("Please check the operator"); } Here op is a character for the operation you r going to perform. Instead you can send a string like add sub etc in double quotes.
Comments

Phd In Electrical Engineering

if you are an hardware engineer and know verilog or vhdl or systemc you can do this by refering to various computer arithmetic books which gives algorithm using logic gates and that can be implement with cas switch statements
Comments

View 7 more Answers

Related Questions

How can I prepare for physical chemistry of class 12 without any coaching?
Physical chemistry, like any other stream of study, requires intricate interlinked study for proper understanding.For example,the concept of vapour pressure in the " solutions" chapter can be well fathomed...
Prabhu
0 0
6
Is B-Tech degree loosing it's charm,I reside in Kolkata ,some of my students did B-Tech but not able to find good job,please share your view
yes. as the B.Tech graduates increasing with rapid manner. its time for every graduates wakeup and try for self employability.
Sourav Bhattacharya
How to prepare for interview?
Prepare your basics well.
Kothvala
How are IIT's lectures' different to normal BE/Btech colleges?
The major difference is in below points: 1. Experience of a teacher 2. Quality of students 3. Resourses avilable in lab
Sahiba
0 0
6
Is learning ethical hacking a bad idea for a BTech student?
No, it should be learnt n practice but only under a authentic or legal manner
Madhu

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

OOPS: Polymorphism
Polymorphism:Polymorphism (from the Greek meaning "having multiple forms") is the characteristic of being able to assign a different meaning or usage to something in different contexts - specifically,...

Skills of the Future
We are aware that Automation has entered every walk of life. We have to accept that it eliminates lower level jobs. Hence we have to adapt and acquire new skills. Broadly it can be classifed into five...

Vectors
What is Vector? Scalar quantities are quantities that have only magnitudes such as time, area and distance. Vector quantities are quantities that have both magnitudes and directions such velocity...

Types of Survey
Surveying Surveying is defined as a measurement of any two relative positions on the Earth or below the Earth or above the Earth. Types of Surveying On the basis of whether the the curvature of the...

Finding a Majority Element
Problem Description Task. The goal in this code problem is to check whether an input sequence contains a majority element. Input Format. The first line contains an integer, the next one contains a sequence...

Recommended Articles

MBA, Medicine and engineering are the three main professional courses in India. Engineering is still one of the highly sorted after professional courses in the under graduate level, while MBA is favoured as a preferred post graduate course. To shine in these courses, one needs to work and study hard. Engineering as a...

Read full article >

According to a recent survey conducted by the NCAER (National Council of Advanced Economic Research), engineering is the most sought after course in India. Some engineering courses are offered as BE or Bachelor of Engineering while some as Bachelor in Technology or B.Tech. Since engineering is a professional course, the...

Read full article >

Appearing for exams could be stressful for students. Even though they might have prepared well, they could suffer from anxiety, tension etc. These are not good for their health and mind. However, following a few exam preparation tips can save them from all these and help them to score good marks. Let’s find out all...

Read full article >

With the mushrooming of international and private schools, it may seem that the education system of India is healthy. In reality, only 29% of children are sent to the private schools, while the remaining head for government or state funded education. So, to check the reality of Indian education system it is better to look...

Read full article >

Looking for BTech Tuition ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you