[Day 3] Numeric variables : To represent a number type
In this class, I learned how to express numeric variables and constants (long long, double, float, etc.) in numerical types, and received two numbers as int and double variables to practice quadratic operations. 1. Types of Variables - Integer: short, int, long, long long, and so on ex) int A = 100 - Real Number: float, double, double long, and so on ex) float A = 1.2 #include #include /* run th..