| ||
| stranica v koqto 6te mojete da obmenqte informaciq ,kakto za kompiutarnite ezici , taka i za samite kompiutri |
| ||
|
#include iostream.h int max(int,int); double max(double,double); void main() { int x,y; cout<<"x,y= ";cin>>x>>y; cout< double p,q; cout<<"p,q= ";cin>>p>>q; cout< int max(int a,int b) { return (a>b)? a:b; } double max(double a,double b) { return (a>b)? a:b; } ![]() | ||
| Post Comment |
| Entry 9 of 27 |
| Last Page | Next Page |