블로그
- 자바>>> 조건문 switch 이번엔 switch 조건문에 대해 알아보겠습니다. switch는 한 번에 많은 경우를 처리할 수 있어 유용하다는 장점이 있습니다. 자바 switch문 class Main { public static void main(String[ ] args) { int x = 1 ; swich(x) { case 1 : System.out.println
- 하이앤드 오디오 시스템 Highend Audio Systems Gryphon Commander line preamplifier That's where you'll find an "on/off" button, the main unit's only physical switch. A 4........
- [Global Jeonnam] Jeonnam Travel Spots You’ll Fall for at First Sight BEST 5 Suncheon Open Film Set The moment you step inside, you switch to 70s–80s drama main character mode!
- 기초 C++ 독학 (실행 출력 결과 값이 다르다?) #include int main() { using namespace std; char i; cout<>i; switch(i) { cas.......
- [예시] java 기본법 (4) public class Ext_Ex_2 { public static void main(String[] args) { // FOR for (int i=0; i < 10; i++) System.out.println(i); i++; } // DO while i = 20; do { System.out.println(i); i++; } while (i < 30); // Switch
- 슈퍼 마리오 오디세이 소개 영상 #Nintendo Switch, #슈퍼 마리오 오디세이, #오디세이 @Vlogger 슈퍼 마리오 오디세이 소개 영상 슈퍼 마리오 오디세이 소개 영상 슈퍼 마리오 오디세이 소개 영상 원문보기 Nintendo Switch, 슈퍼 마리오 오디세이, 오디세이 https://hoyatag.com/main/cards/folders.tag
- 18.03.16 Java import java.util.Scanner; public class B { public static void main(String[] args) { /** /switch문 활용/ int days = 0; Scanner sc = new Scanner(System.in); System.out.println("월 입력"); m = sc.nextInt(); switch
- 무기쓰기 게임 (c언어) void 무기쓰기();int main(void){ 무기쓰기(); return 0;}void 무기쓰기(){ printf("입력 : \n"); char input; scanf("%c", &input); switch (input) { case 'H': printf(" 퍼억!
- [쉽게 풀어쓴 C언어 Express] 제6장 - 조건문 단, switch문을 사용한다. 1234567891011121314151617#include int main() { char ch; printf("문자를 입력하시오: "); scanf ("%c", &ch); switch(ch) { case 'a': printf("모음입니다.......
- C언어 함수포인터 - 함수포인터를 반환하는 함수 - function pointer void) { printf("vfun1\n"); } void vfun2(void) { printf("vfun2\n"); } void (*RetFunc(int sel))() { switch (sel) { case 1 : return vfun1; case 2 : return vfun2; } return NULL; } int main(int argc, char**argv
1 페이지
다음 →