The document instructs the reader to create a program with two algorithms: the first takes a number as input and determines if it is a multiple of 4, and the second takes two numbers as input, squares each, and displays the sum of the squares. It also recommends creating flowcharts to design the program logic and reviewing example codes to understand how to write the program.
1 of 2
Download to read offline
More Related Content
Activity m3
1. Activity
Create a program for the following Algorithms-
1.Input a number. Find out if it is a multiple of 4.
2.Input 2 numbers.Find the square of each
number.Display the sums of the squares.
2.
Remember to create flowcharts to help you create
the program.
Look through the example codes to understand
how to write the program.