+ All Categories
Home > Documents > MiCS: MS intro to comp. sci. Algorithms section

MiCS: MS intro to comp. sci. Algorithms section

Date post: 04-Feb-2022
Category:
Upload: others
View: 5 times
Download: 0 times
Share this document with a friend
7
MiCS: MS intro to comp. sci. Algorithms section F2018 o o
Transcript
Page 1: MiCS: MS intro to comp. sci. Algorithms section

MiCS: MS intro to comp. sci. Algorithms section

F2018

o

o

Page 2: MiCS: MS intro to comp. sci. Algorithms section

MiCS: MS intro to comp. sci. Algorithms section

F2018

Page 3: MiCS: MS intro to comp. sci. Algorithms section

MiCS: MS intro to comp. sci. Algorithms section

F2018

Input (x) Processing => Output (y) _________________________________________

1 x2 2

2 x2 4

3 x2 6

4 x2 8

Page 4: MiCS: MS intro to comp. sci. Algorithms section

MiCS: MS intro to comp. sci. Algorithms section

F2018

Page 5: MiCS: MS intro to comp. sci. Algorithms section

MiCS: MS intro to comp. sci. Algorithms section

F2018

Page 6: MiCS: MS intro to comp. sci. Algorithms section

MiCS: MS intro to comp. sci. Algorithms section

F2018

Page 7: MiCS: MS intro to comp. sci. Algorithms section

MiCS: MS intro to comp. sci. Algorithms section

F2018

// Display a happy face when button A is pressed.


Recommended