문제 : 두 자연수를 입력으로 받아 사각형의 넓이를 구하는 프로그램을 작성하시오. 제한 조건 : 두 자연수 가 입력으로 주어지고 , 각각 가로 , 세로 길이이다.단위는 같은 것으로 가정 두 수는 1000 을 넘지 않는다. using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace AREA { public struct Line { public int intWidth; public int intHeight; public int intArea; } public class Program { public static void Main(string[] args) { Line line = InFunctio..
문제 : 두 자연수 a,b 를 입력으로 받아 a+b(합),a-b(차),a*b(곱),a/b(몫),a%b(나머지) 를 구하는 프로그램을 작성하시오. 제한 조건 : //두수는 1000 이하 //두번쨰는 수는 무조건 0이면 안된다. using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace op { public class Calc { public int intFirst; public int intSecond; private float floSum; public float floSumPlus; public float floSumMinus; public float floSumMultiplication; ..
- Total
- Today
- Yesterday
- 맛집
- 덤프
- 파주여행
- 오라클
- pdf ms워드 변환
- 가평팬션
- ora-01940
- 임자도
- 이클립스
- 인천여행
- 제주도여행
- java api
- 인천
- 산외한우마을
- 보성녹차밭
- oracle
- 담양 죽녹원
- 가평여행
- jdk
- PPTX
- 부천역
- 정동지
- 토드
- 인스타그램
- 대관령양떼목장
- 밀리세컨드
- 테라로사
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |