What is a function? Write the …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Anisha Bagga 6 years, 1 month ago
- 1 answers
Related Questions
Posted by Shahidul Islam Islam 1 year, 3 months ago
- 1 answers
Posted by Rishant Singhsolanki 1 year, 3 months ago
- 2 answers
Posted by Udai Singh 1 year, 4 months ago
- 2 answers
Posted by Siddhi Chikhalkar 1 year, 5 months ago
- 2 answers
Posted by Aarav Rana 1 year, 2 months ago
- 1 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Gaurav Seth 6 years, 1 month ago
STEPS TO WRITE A FUNCTION-
Understand the purpose of the function.
Define the data that comes into the function from the caller (in the form of parameters)!
Define what data variables are needed inside the function to accomplish its goal.
Decide on the set of steps that the program will use to accomplish this goal. (The Algorithm)
1Thank You