Please convert into C++ programming language.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 5GZ
icon
Related questions
Question

Please convert into C++ programming language.

Note: Since no programming language
is mentioned. Attempting this in
python.
Code:
computer = "lakers"
user_input
input ("Enter your favorite
%3D
if computer == user_input:
print('you have same favorite team a
else:
print(f"you have different favorite
Code screenshot:
computer - "lakers"
user_input - input("Enter your favorite team: ")
if computer user_input:
print( 'you have same favorite team as computer')
else:
print(f"you have different favorite team as computer, computer's team is {computer}")
Output:
Enter your favorite team: champions
you have different favorite team as computer, computers team is lakers
Enter your favorite team: lakers
you have same favorite team as computer
Transcribed Image Text:Note: Since no programming language is mentioned. Attempting this in python. Code: computer = "lakers" user_input input ("Enter your favorite %3D if computer == user_input: print('you have same favorite team a else: print(f"you have different favorite Code screenshot: computer - "lakers" user_input - input("Enter your favorite team: ") if computer user_input: print( 'you have same favorite team as computer') else: print(f"you have different favorite team as computer, computer's team is {computer}") Output: Enter your favorite team: champions you have different favorite team as computer, computers team is lakers Enter your favorite team: lakers you have same favorite team as computer
Expert Solution
steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Introduction to computer system
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage