![]() |
![]() |
|
Give me signature for: if (blartz( "shoompah", 4.2 )) { ...} Give me *example calls* for a function that: - translates text from English to Spanish - computes somebody's taxes based (just) on their income; - computes somebody's taxes based (just) on their income & marital status; Now, can you give me a signature?
Write a sample call of: String wawa( int n, String wrd ) Consider the following function-signature: String representativeOf( int districtNum, String state ) Which of the following are reasonable guesses, as to what the function does? - given a representative's name and district, return their state? - given a districtNumer and state, return the name of the representative? - given a representative's name, return their district number and state? Call this function (giving it any legal inputs you like).
This page licensed CC-BY 4.0 Ian Barland Page last generated | Please mail any suggestions (incl. typos, broken links) to ibarland ![]() |