Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
191fa07050(1(D))
//'main' method must be in a class 'Rextester'. //openjdk version '11.0.5' //register no:191fa07050 name:nithin import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { System.out.println("Type conversions"); double a=421.2; 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
amit
getListVehicules
Given two sorted arrays, merge them such that the elements are not repeated
An excursion with Strings
Hi
MinMaxArray
Tech No.
2(B).
prime numbers
Java