본문 바로가기

Day 3: Intro to Conditional Statements Task Given an integer, , perform the following conditional actions:If is odd, print WeirdIf is even and in the inclusive range of to , print Not WeirdIf is even and in the inclusive range of to , print WeirdIf is even and greater than , print Not WeirdComplete the stub code provided in your editor to print whether or not is weird.Input FormatA single line containing a positive integer, .Constrai.. 더보기
Day 2: Operators Task Given the meal price (base cost of a meal), tip percent (the percentage of the meal price being added as tip), and tax percent (the percentage of the meal price being added as tax) for a meal, find and print the meal's total cost.Note: Be sure to use precise values for your calculations, or you may end up with an incorrectly rounded result!Input FormatThere are lines of numeric input: The f.. 더보기
뭐하는 사람인지 (update: 2018.02.09) 2년차 비전공자 개발자이며 회사에서 안드로이드 개발을 맡고 있습니다. 블로그를 하는 이유는 누군가에게 양질의 정보를 잘 정리해서 알려주기 보다는 진짜 내가 보려고 끄적이는 정도로만 쓰고 있어요. (정리해서 올리기가 너무 귀찮음ㅇㅁㄹ니람) 언젠가 귀찮지 않고 설명충이 되고 싶을 때는 자세히 정리해서 올려 보겠습니다~ Technical SkillsLanguage - Java, Kotlin, Php Database- Realm, Mysql, Sqlite, MongoDB Server- Nginx, Apache Platforms- Android, Linux(Ubuntu), AWS Web-HTML, CSS ETC- Networking(HTTP & TCP/IP), Android NDK, OpenCV, Swift4(i.. 더보기