Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53b9a31

Browse files
committed
type promotion
1 parent 169e64c commit 53b9a31

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/binod/TypeOfResult.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ public static void main(String[] args) {
77
int i=1000;
88
float f=3.14f;
99
double d=99.9954;
10-
1110
int $=24;
12-
1311
double result=(f*b)+(i%c)-(d*s)+$;
1412
System.out.println(result);
1513
}
16-
1714
}

0 commit comments

Comments
 (0)