#include int get(int in); float get(float in); float get(int in1,float in2); int main() { int one=10; float two=5.5; cout<