anyone plz help me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

anyone plz help me

Fill in the blanks to declare a method that takes one argument of type int. public int myFunc( ---- x) ---- return x*10; ---

30th Jan 2017, 8:46 PM
Hafizur Rahman
Hafizur Rahman - avatar
4 Answers
+ 5
int { }
30th Jan 2017, 8:54 PM
Jafca
Jafca - avatar
0
public int myFunc (int x) { return x*10; }
7th Jun 2017, 7:24 AM
Appu. C
Appu. C - avatar
0
public int myfunc ( int x) { }
16th May 2018, 8:26 PM
Ashish Kumar
Ashish Kumar - avatar
0
3rd Aug 2022, 1:13 PM
Muhammad Waleed