Write a function prototype | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Write a function prototype

Write a function prototype - inverse, which accept two floating value(x, y) with a string (str) and returns a boolean type value

10th Sep 2019, 3:48 PM
Dinesh Kumar
Dinesh Kumar - avatar
1 Answer
+ 1
function prototype(x, y, str) { return true; } boolean prototype(float x, float y, String str) { return true; } 100% works
10th Sep 2019, 3:56 PM
Airree
Airree - avatar