December 2019
— Why
Hello, is this a valid string?:
String actual_date = day + "." + month + "." + year;
— What types are they?
— Integer
— This expression will trigger compile error.
— Must i convert it to string?
— Pls tell what i am doing wrong
— Yes, to_string may help.
— Ok thanks
— You are welcome.
— I need to add another node in last of linked list.
— What kind of type your head->pow is?