Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
exp 3
//'main' method must be in a class 'Rextester'. //openjdk version '11.0.5' //pavithra 7060 import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { System.out.println("Type conversions"); double a=427.0; int b=(int)a; float c=(float)b; System.out.println(a); System.out.println(b); System.out.println(c); } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Invert sign and add
Кошачья бойня
2b
classwork
3e
1.5
Problem: rstring
4c
Ip address
Product of Array Except Self
Please log in to post a comment.