ニュース

You are given an integer n, you have to convert it into a string. Please complete the partially completed code in the editor. If your code successfully converts n into a string s the code will print ...
// Int növündən olan "n" adlı dəyişəni(variable) yaradırıq və onu STDIN-dən alınmış verilənə bərabər edirik int n = scanner.nextInt(); // String növündən olan "s" adlı dəyişəni(variable) yaradırıq və ...