SlideShare a Scribd company logo
1 of 2
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.
● Remember to create flowcharts to help you create
the program.
● Look through the example codes to understand
how to write the program.

More Related Content

Viewers also liked

EMC CMA Telco Experience
EMC CMA Telco ExperienceEMC CMA Telco Experience
EMC CMA Telco Experience
Dmitry Bulkin
 
маи михаела кръстева и мира дашева
маи   михаела кръстева и мира дашевамаи   михаела кръстева и мира дашева
маи михаела кръстева и мира дашева
videnovam
 
Liverac Chi08 Talkslides
Liverac Chi08 TalkslidesLiverac Chi08 Talkslides
Liverac Chi08 Talkslides
Peter McLachlan
 
el paso 05_16Wright_Wachovia
el paso  05_16Wright_Wachoviael paso  05_16Wright_Wachovia
el paso 05_16Wright_Wachovia
finance49
 

Viewers also liked (15)

Variables
VariablesVariables
Variables
 
Jose y jesus hacen aventura
Jose y jesus hacen aventuraJose y jesus hacen aventura
Jose y jesus hacen aventura
 
EMC CMA Telco Experience
EMC CMA Telco ExperienceEMC CMA Telco Experience
EMC CMA Telco Experience
 
маи михаела кръстева и мира дашева
маи   михаела кръстева и мира дашевамаи   михаела кръстева и мира дашева
маи михаела кръстева и мира дашева
 
Liverac Chi08 Talkslides
Liverac Chi08 TalkslidesLiverac Chi08 Talkslides
Liverac Chi08 Talkslides
 
Seajoco - Products Reasearch and Development
Seajoco - Products Reasearch and DevelopmentSeajoco - Products Reasearch and Development
Seajoco - Products Reasearch and Development
 
Adeptt canvas model
Adeptt canvas modelAdeptt canvas model
Adeptt canvas model
 
Akaimedia
AkaimediaAkaimedia
Akaimedia
 
La nuit
La nuitLa nuit
La nuit
 
el paso 05_16Wright_Wachovia
el paso  05_16Wright_Wachoviael paso  05_16Wright_Wachovia
el paso 05_16Wright_Wachovia
 
Creativity course assignment 2
Creativity course assignment 2Creativity course assignment 2
Creativity course assignment 2
 
Ramadhans Advice
Ramadhans AdviceRamadhans Advice
Ramadhans Advice
 
Exercise
ExerciseExercise
Exercise
 
Dia discapacidad 2010
Dia discapacidad 2010Dia discapacidad 2010
Dia discapacidad 2010
 
title
titletitle
title
 

More from Max Friel (20)

Assum 4
Assum 4Assum 4
Assum 4
 
Assum 3
Assum 3Assum 3
Assum 3
 
Tourism
TourismTourism
Tourism
 
Practice programs
Practice programsPractice programs
Practice programs
 
Project 1
Project 1Project 1
Project 1
 
Practice and debugging
Practice and debuggingPractice and debugging
Practice and debugging
 
Debugging
DebuggingDebugging
Debugging
 
Strings
StringsStrings
Strings
 
Loops
LoopsLoops
Loops
 
Loops
LoopsLoops
Loops
 
If conditions
If conditionsIf conditions
If conditions
 
Keywords used in javascript
Keywords used in javascriptKeywords used in javascript
Keywords used in javascript
 
Basics
BasicsBasics
Basics
 
Developing html skills 1
Developing html skills 1Developing html skills 1
Developing html skills 1
 
Matching game
Matching gameMatching game
Matching game
 
activity flowcharts
activity flowchartsactivity flowcharts
activity flowcharts
 
Lesson one
Lesson oneLesson one
Lesson one
 
Summer course
Summer courseSummer course
Summer course
 
Law
LawLaw
Law
 
Phishing
PhishingPhishing
Phishing
 

Activity 2

  • 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.