Tuesday, October 15, 2013

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #include


  CyberForum.ru > > C++ > ++ E-mail ?
1 2 3 4 5 6 7 8 9 10 float f = 0 ;     float  c ; while ( f <= 300 ) { f = f + 10 ; c = ( 5.0 / 9.0 ) * ( f - 32.0 ) ;   kalender 2013     printf ( "f=%f c=%f \n " , f, c ) ;   . ... C++
C++. ++. . C++ \x \ , . printf("aaa\xasd"); aaa sd . , Hello\xWorld, ... ? .... \x ++ / C++ #include <iostream.h> int main (){ int i; cout <<"Vvedite chislo" ; cin >>i; cout << "Vy vveli" "<<i<<""; return 0; } ++?. ++ /
  : 29.01.2009 : 1,274 : 530 ( 526 )
25.08.2009, 22:36   Lord_Voodoo
 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #include <stdio.h> #include <stdlib.h>   kalender 2013 #define EPSILON (1e-10)   int main ( void ) {   double f , c ;   for ( c = - 100.0 ; c <= 100.0 + EPSILON ; c += 10.0 ) {     f = 1.8 * c + 32.0 ;     printf ( "c=%f f=%f \n " , c , f ) ; } return 0 ;   } /* main() */  
Pascal ( ) 1. 0 10 , {t}_{f}=(\frac{9}{5})*{t}_{c}+32 . 2. n . \sum_{1}^{n}(\frac{1}{j}+\sqrt{x}) . j - j ; -... Turbo Pascal . , , 1. 0 30 t( )=9/5*t( )+32. . 2. ... aristov-96 C# , 10 . counter . , , ? : using System; class Example3 { ... Demiena Delphi . 0 100 Pascal Delphi. : . 0 100 , tF=1.8tC+32. Delphi ListBox, ... TP7 Pascal ( ) 1 100 , , 6 27. - !:help::rtfm: Uses crt; Var:z,l,i,a,b,c,d:integer; Begin ClrScr; For i:=1000 to 9999 do begin If (i... DAMIR


No comments:

Post a Comment