Search this site
Embedded Files
Skip to main content
Skip to navigation
GITAM-2210416132-May-2019
Home
Resources
About
Curriculum
Worklog
Day 1 (29.APRIL.19)
Day 2 (30.APRIL.19)
Day 3 (1.MAY.19)
Day 4 (2.MAY.19)
Day 5 (3.MAY.19)
Day 6 (4.MAY.19)
Day 7 (5.MAY.19)
Day 8 (6.MAY.19)
Day 9 (7.MAY.19)
Day 10 (8.MAY.19)
Day 11 (9.MAY.19)
Day 12 (10.MAY.19)
Day 13 (11.MAY.19)
Day 14 (12.MAY.19)
Day 15 (13.MAY.19)
Day 16 (14.MAY.19)
Day 17(15.May.19)
Day 18 (16.May.19)
Day 19 (17.May.19)
Day 20 (18.May.19)
Team SPRINT
Github
GITAM-2210416132-May-2019
Day 6 (4.MAY.19)
Problem Set
Design a procedure calculate the
maximum, minimum and average of N numbers
data( a[1,2,3,4,5] ) -> Max = 5, Min = 1, Avg = 3
Design a procedure in Raptor to get the Fibonacci series
0 1 1 2 3 5 8 13 21 34 55 . . .
Subtraction of two random integers up to 1000 in Raptor.
372-68=304
Creating an array ,storing the integers in the array,display of the array in Raptor.
a[5]={1 ,3, 2 ,5 , 8 }
Create a procedure in raptor to check whether the given variable is palindrome or not .
"racecar"- "it is a palindrome"
"raptor" - "It is not a palindrome"
Creating a procedure to read and write .txt files using files in raptor .
Creating a procedure to read and write multiple lines into .txt files in raptor.
Creating a game which guesses your birthday using procedure in raptor.
RESULT :
All the above programs have been worked out and saved
here.
Google Sites
Report abuse
Google Sites
Report abuse