Fill in the blanks to declare a method that takes one argument of type int. public int myFunc( x) return x*10; | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

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

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

4th Jul 2017, 7:06 AM
Walter Mugo
Walter Mugo - avatar
7 Answers
+ 2
after return x*10; then close method myFunc (). like } public in myFunc(int x){ return x*10; }
6th Jul 2021, 8:29 AM
Sangeeta J.Pandey
+ 1
its not worth asking the question if you dont understand what it means. Ask what the question means that would be more helpful :).
4th Jul 2017, 8:28 AM
D_Stark
D_Stark - avatar
0
public int myFunc(int x) { return x*10; }
13th Jun 2018, 11:24 AM
Mihael Bedeniković
Mihael Bedeniković - avatar
0
public int myFunc(int x) { return x*10; }
31st Jul 2020, 9:04 PM
Silas Silikhe
- 2
public int myFunc(int x) return x*10;
4th Jul 2017, 8:06 AM
Da' BO$
Da' BO$ - avatar
- 2
public int myFunc( int x) { return x*10; }
9th Aug 2019, 5:00 AM
Ajay Mudekar
Ajay Mudekar - avatar
- 3
assist me guys
4th Jul 2017, 7:07 AM
Walter Mugo
Walter Mugo - avatar