You are on page 1of 3

MARWADI UNIVERSITY

Department of Information and Communication Technology


Introduction to R and R Studio (01CT0106)

Session-6 Assignment

Name: Chintan Undhad


Roll Number:91900133035

AIM: Functions in R

Mode of Submission: Online

Task-1: Write a function named “HIGHT_CALCULATOR” which take your hight as an


argument in centimetre and display hight in FEET and INCH.

Code:

Task-2: Write a function named “IS_IT_LEAP_YEAR(2020)” to identify given year is a


leap year or not.

Code:
MARWADI UNIVERSITY
Department of Information and Communication Technology
Introduction to R and R Studio (01CT0106)

Task-3: Write a function named “AGE_CALCULATOR” to calculate age of user who


input only one argument in DDMMYYYY format, your task is to display user’s Birth date
in DD-MM-YY format and display completed years, months and days with respect to
today’s date.

Code:

Task-4: Write a function named “BOY_OR_GIRL” which can predict weather given
name is for boy or girl. Name must follow sufix like BHAI, BEN, KUMAR, KUMARI,
LAL, BA, RAJ, BHA or SINH.

Code:

Task-5: Write a function named “THIS_SEM_RESULT” which use data of previous


semester results to calculate your result of this semester with PASS / FAIL and SPI value
in output.

Code:
MARWADI UNIVERSITY
Department of Information and Communication Technology
Introduction to R and R Studio (01CT0106)

You might also like