maskan

  • 홈
  • 태그
  • 방명록

game 2

HairSalon

public class Style { String index; String name; int price; int time; int exp; Style(String index, String name, int price, int time, int exp) { this.index = index; this.name = name; this.price = price; this.time = time; this.exp = exp; } }​ public class Customer { String name; int money; Style[] style; Customer(String name, Style[] style) { this.name = name; this.style = style; } Style dfstyle(in..

CODE/JAVA1 2021.01.27

RPG

public class Character { String name; int maxHp; int maxMp; int hp; int mp; int att; int def; int level; int exp; Item[] items; Character(String name, int hp, int mp, int att, int def) { this.name = name; this.maxHp = hp; this.maxMp = mp; this.hp = this.maxHp; this.mp = this.maxHp; this.att = att; this.def = def; this.level = 1; this.exp = 0; this.items = new Item[5]; } void showInfo() { System...

CODE/JAVA1 2021.01.27
1
더보기
프로필사진

  • 분류 전체보기 (59)
    • CODE (53)
      • JAVA1 (49)
      • JAVA2 (4)
    • ERROR (1)
    • NOTION (0)
    • PROD (3)
    • RECORD (2)

Tag

Oop2, mercury corporation, Microsoft Remote Desktop, statement, OOP, array, collection, SKBroadband, game, operator, exception, variable,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/08   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바