Computer Science, asked by chatterjeearchisman, 4 days ago

What's the output going to be?
Language is Ruby.
(Note: No spamming or wrong answers. Ruby is quite similar to Python but is a bit different, so discretion is advised. By output, I also mean the order of them.)

x=5
y=3

#Addition
print x+y
#Outputs 8

#Subtraction
print x-y
#Outputs 2

#Multiplication
print x*y
#Outputs 15

#Divison
print x/y
#Outputs 1​

Answers

Answered by CyberBorealis
0

Answer:

Addition = 8

Subtraction = 2

Multiplication = 15

Division = 1

Explanation:

Cause x = 5 & y = 3

Answered by Itzcadbury11
1

An output device is any piece of computer hardware equipment which converts information into a human-readable form. It can be text, graphics, tactile, audio, and video. Examples include monitors, printers, speakers, headphones, projectors, GPS devices, sound cards, video cards, optical mark readers, and braille readers.

  • please mark me as brainiest
Similar questions