Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void imprime(float n1, float n2, float n3) {
- cout << "Os 3 números ordenados são : "
- << n1 << ", " << n2 << ", " << n3 << endl;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement