write an algorithm for a program that receives as


Write an algorithm for a program that receives, as input from the user, 2 string variables and 2 integer variables; then joins together and displays the combined strings; and finally multiplies the two numbers on a new line. Write, test, and debug the program using Python.

SAMPLE OUTPUT (not including author/program information)

Input string 1? Billy
Input String 2? Bob
Input integer A? 23
Input integer B? 2
BillyBob
46

 

Request for Solution File

Ask an Expert for Answer!!
Python Programming: write an algorithm for a program that receives as
Reference No:- TGS0218050

Expected delivery within 24 Hours