e, whats wrong with this. its always Battleship #include int main() {    char id; printf("Enter the class ID : "); scanf("%c",&id); if(id='B') printf("The ship class is Battleship");

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter11: More Object-oriented Programming Concepts
Section: Chapter Questions
Problem 14RQ
icon
Related questions
Question

Fix please, whats wrong with this. its always Battleship

#include <stdio.h>

int main()
{
   char id;
printf("Enter the class ID : ");
scanf("%c",&id);
if(id='B')
printf("The ship class is Battleship");
else if(id='C')
printf("The ship class is Cruiser");
else if(id='D')
printf("The ship class is Destroyer");
else if(id='F')
printf("The ship class is Frigate");
else
printf("Invalid");
}

 

im not computer subject major

2. Write a program that determines the class of a ship depending
on its class ID.
Class ID
Ship Class
B
Battleship
Cruiser
Destroyer
Frigate
CDF
с
Transcribed Image Text:2. Write a program that determines the class of a ship depending on its class ID. Class ID Ship Class B Battleship Cruiser Destroyer Frigate CDF с
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Data members
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT