
To help keep our community authentic, we're showing information about accounts on Linktree.
@15DaysProgrammingSeries has been a member of Linktree for 2 years and joined in February 2024. The social media accounts linked to from @15DaysProgrammingSeries are: ⢠Instagram ⢠YouTube Besides social media accounts, 15DaysProgrammingChallenges has populated their site with: ⢠What is programming? ⢠Application-Product-Software-Project ⢠Source Code ⢠Machine Language and Binary Language ⢠Compiler ⢠Interpreter ⢠Editor ⢠IDE: Integrated Development Environment ⢠Java Platform ⢠JDK installation in Windows ⢠IntelliJ IDEA installation and Configuration - Windows ⢠Create a simple Java Project ⢠Hello World Program ⢠Compilation: Byte code ⢠Interpretation ⢠Platform Independency ⢠Learning Steps - Programming Language ⢠Character Set ⢠Keyword-Identifiers ⢠Rules-Identifiers ⢠Naming-Conventions ⢠Statements- Instructions ⢠Working With Data ⢠Variable ⢠Working with integers datatypes ⢠Working with byte datatype ⢠Working with short data type ⢠Working with Int data type ⢠Working with long data type ⢠Working with Reals ⢠Working with char data type ⢠Working with boolean data type ⢠Introduction to type-conversion ⢠Implicit type conversion ⢠Explicit type conversion ⢠Input-output of a program ⢠Taking Input using scanner ⢠Operators: Introduction ⢠Arithmetic-Operators ⢠Operators-Precedence ⢠Examples of Arithmetic Operators ⢠Increment and Decrement Operators ⢠Compound Assignment Operator ⢠Relational Operators ⢠Logical Operator ⢠Non-Short-Circuit Logical Operator ⢠Conditional Statements: If Else Statement ⢠Nested if-else statement ⢠Rules of if else statement ⢠Finding max number using if else ⢠Calculate Incremented salary using If-Else ⢠Switch Statements: Introduction ⢠Switch Statement ⢠Rules - switch statement ⢠Creating Menu Driven Application using switch ⢠Working with loops ⢠While Statement ⢠Do-While Statement ⢠creating menu using do-while-statement ⢠For Statement ⢠Nested Loops ⢠Labelled Break and continue Statement ⢠Print Prime Numbers from 1 to 1000