Tuesday, 21 February 2017

Multiplication of numbers(Integer data type)

QUESTION DESCRIPTION :

Jennys home work for Third day is to find Multiplication of two numbers, help jenny to solve the problem.

TEST CASE 1 

INPUT

6
2

OUTPUT

The Multiplication of two number is:12


EXPLANATION :

This is a simple problem which requires you to accept two numbers and then print the multiplication of the first and the second number.

ALGORITHM :

  • Take input from the user ( a,b )
  • Multiply the two numbers and print the result.( a*b )

SOLUTION : (Please use this as reference only)

CODE



No comments:

Post a Comment