Science, asked by shifalisharma6366, 10 days ago

1-Obtain area and perimeter using their minute and hour hand as the dimensions of rectangle, (HINT: Time for studies = 4 O CLOCK (Hint: Min Hand-12, Hour Hand 4, Take length as 12 units and breadth as 4 units then area=4 x 12=48 sq units: perimeter= 2(4 +12) =32 units Note down 4 different Time slot from your daily routine in tabular form.​

Answers

Answered by Prince063867
1

Answer:

Approach : For example, let’s take N = 20 as a limit, then the program should print all numbers less than 20 which are divisible by both 3 and 5. For this divide each number from 0 to N by both 3 and 5 and check their remainder. If remainder is 0 in both cases then simply print that number.

Below is the implementation : :

Similar questions