Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The language is in objective C! 4. Write a main, function call, and function called getinput. Create a function that passes two output parameters n1,
The language is in objective C!
4. Write a main, function call, and function called getinput. Create a function that passes two output parameters n1, n2. The getInput function calls scanf to ask the user for input. If both values are greater than the function returns a 1, otherwise 0. Remember, scanf is different syntax when they are output or pass by reference parameters. (hint: no & in front of the variable, as it is already an address)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started