Question: Please give in sudo code. Thanks! Write a method header for a public method that is called like this: Colornice=Computerquery(1,2.0,3.5f) Use the types implied above

Please give in sudo code. Thanks!
Write a method header for a public method that is called like this: Colornice=Computerquery(1,2.0,3.5f) Use the types implied above when deciding on parameter and return types. Use single letter parameter names that are the same as the first letter of their type. For example, int i, because int starts with i, or char c because char starts with c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
