티스토리 뷰

AU Study/TAFE

W2 Fri morning

Last72 2017. 7. 29. 18:21
Internet problem consume 21 minute.

192.168.31.202
user: administartor
pass: P@ssw0rd

visual studio

console application

c# in virtual machine, with visual studio.

console.writeline is for print some words on the screens.
console.readline is for input some words on the screens

Capital latter does matter.

bool, int, double, long, char, string. int is 32 bit (4bytes). long 64bit (8bytes). double 64bit (8bytes). string is object. int is number, double and float is something such as 3.14. double is bigger than float. bool is only for 0 and 1 , true or false.

num++ refer +1 after line ends, and ++num is refer +1 before line starts.
num+=2 is as same as num =  num + 2


&& is AND,
|| is OR,
^ is XOR, Exclusive OR

== is same,
  
!= is not same.


Computer doesn't waist time and processing.
they skip when ||, not |.

'AU Study > TAFE' 카테고리의 다른 글

W2 Fri afternoon  (0) 2017.08.02
W2 Fri afternoon  (0) 2017.07.29
CSS color  (0) 2017.07.29
W2 this afternoon  (0) 2017.07.29
W2 thu morning  (0) 2017.07.29
댓글
Announcement
Recent Posts
Recent Comments
Total
Today
Yesterday
Link
TAG
more
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Search by month