Call the method using named arguments with the values 5 for "from", 99 for "to" and 2 for "step": | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Call the method using named arguments with the values 5 for "from", 99 for "to" and 2 for "step":

tell me answer

16th May 2018, 11:06 AM
Kamlesh Maurya
Kamlesh Maurya - avatar
3 Answers
0
Int res calc(step:2, to: 99, from: 5);
13th Apr 2022, 6:07 PM
Stella
Stella - avatar
- 3
calc(step:2,to:99,from:5)
25th Mar 2019, 7:39 AM
Vinothkumar R
Vinothkumar R - avatar
- 4
which method are we calling
16th May 2018, 11:09 AM
hinanawi
hinanawi - avatar