Types and keyboard input

  • 3
  • ไม่พร้อมใช้งาน
Types and keyboard input

3
แบบสำรวจ/แบบทดสอบ
, ระดับ , บทเรียน
ไม่พร้อมใช้งาน
Types and keyboard input
Types and keyboard input
ความคิดเห็น (21)
  • เป็นที่นิยม
  • ใหม่
  • เก่า
คุณต้องลงชื่อเข้าใช้เพื่อแสดงความคิดเห็น
hidden #11489999
ระดับ , ,
22 March, 19:08
what is the max value the int variable can store and what class do we use to read from the console ?
tri buiที่
3 March, 08:41
easy game...
delta
ระดับ , ,ระ
1 August 2023, 07:36
the question 5/2 didn't specify what type of variable they are. if both are double 2.5 is an answer . if both are int 2 is the answer.
Timurlan
ระดับ , ,ระ
26 July 2023, 14:46
I didn't get that int can store 2.... if include negative digits there are 4....
rags 3
ระดับ , ,ระระ
Expert
11 June 2023, 18:56
they actually taught it all but not direct its critical thinking like int don't do fractions its all there just not in plain text in my opinion
Farcalito
ระดับ , ,ระ
26 December 2022, 04:58
they didnt even teach some of these questions in previous lessons
Anonymous #11208858
ระดับ , ,ระระ
8 December 2022, 04:23
I thought it was scanner.BufferedReader ?
ghost
ระดับ , ,ระระ
27 October 2022, 19:18
In Java, you can get the length of the string "hello" with this statement: ??
Manh-Nam Nguyen
ระดับ , ,ระระ
30 May 2023, 07:42
"hello".length()
Jelly bean
ระดับ , ,ระระ
27 September 2022, 18:32
i doubt this 5/2 gives 2.5 or does it, is it 2 or something
Bassy Boosty Extremy
ระดับ , ,ระ
8 February 2023, 08:06
5/2 gives 2, java and C+ things
Maksim Krasnov
ระดับ , ,ระระ
12 June 2022, 20:24
5/2 = 2 // 2 fits twice in 5 5%2 = 1 // remainder - whole number after division 5 = 2*2 + 1 -------------- 2/5 = 0 // 5 fits zero times in 2 2%5 = 2 // remainder - whole number after division 2 = 0 +2