Harry's mom gave him money and asked him to buy some oranges and apples.Write a program to help Harry calculate how much money the shopkeeper will return
The first line of the input is the taka Harry's mom gave him
The second line is the cost of 1 Kg of oranges and 1 Kg of apples.
Print the result
1000
300
Write a program to calculate the average marks of math ,Biology,chemistry,physics and Bangla of a student
The first line of the input is the marks of te five subjects mentioned above,respectively,
Print the result in 2 decimal places.
75.25,65,80,35.45,99.50
71.04
John;s teacher gave him two variables. Each variable contains a string. John's teacher asked him to combine these two strings and print them in one line. help John Write the program.
The first and the second lines of the input contain the strings.
Print the result one line:
I am going to be
and awesome web developer
I am going to be and awesome web developer
Sarah's mother is teaching her mathematics. she gave sarah a number and asked her what the remainder would be if she divided the number by 5 Help Sarah write the program
The first line of the input contains the number
print the remainder
119
4
you are given an array:
find the index of "Banana" and replace 'Banana' with 'Mango'.
Remove 'Orange' and add 'Watermelon'
you and your friends Tom,jane,peter and John got their final exam results.Your total score is 85, Tom's total score is 66. Jane's total score is 95,peter's total score is 56 and John's total score is 40. The grading chart is
The first line of the input contains the number
1.you are given three numbers 13,79 and 45.Write a program that will print the largest number using if-else.
1. you are given a triangle with the sides 9,8,9 .write a program to check whether a triangle is Isosceles or not using if-else.
Isosceles => two sides are equal.