Variables

Firdavs Mukhsimov - Aug 7 - - Dev Community
                                NAME of variables
Enter fullscreen mode Exit fullscreen mode
  1. int - son elon qilish.
  2. string - tekst elon qilish.
  3. char - belgi elon qilish.
  4. double - kasrSon elon qilish.
  5. float - kasrSon elon qilish.

                                       Example
    

    int son = 5;

string name = "Firdavs";

char x = '$';

double kasrSon = 15.9;

float kasrSon = 1.5;

. . .
Terabox Video Player