Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** FUNCTION REFACTORING - GOAL **/
- #include <iostream>
- using namespace std;
- int main()
- {
- float x,y;
- x=leggi_numero();
- y=quadrato_di(x);
- stampa_valore_di(y);
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement