Integer Types
double myNum = 19.99D;
Console.WriteLine(myNum);
Integer Types
double myNum = 19.99D;
Console.WriteLine(myNum);
int java
boolean result = true;
char capitalC = 'C';
byte b = 100;
short s = 10000;
int i = 100000;
Integer Types
long myNum = 15000000000L;
Console.WriteLine(myNum);
Integer Types
float myNum = 5.75F;
Console.WriteLine(myNum);
Integer Types
int myNum = 100000;
Console.WriteLine(myNum);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us