You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// format specifier = special tokens that begin with a % symbol, followed by a character that specifies the data type and optional modifiers(width, precision, flags).
// They control how data is displayed or interpreted.