Hi in my class we learned to write (scanf) and (printf) and here it's not working, to work i should write console.. why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hi in my class we learned to write (scanf) and (printf) and here it's not working, to work i should write console.. why?

1st Mar 2017, 5:50 AM
Abbass Tabikh
Abbass Tabikh - avatar
5 Answers
+ 1
that was C and here C is not available
1st Mar 2017, 5:52 AM
Raj Kumar Chauhan
Raj Kumar Chauhan - avatar
+ 1
C# equivalent to printf Console.WriteLine("{0} is {1} years old.", "Tom", 15); string.Format("I have {0} dogs, {0} cats, and {1} bird", 2, 1); use the {} placeholders within a string and pass in the comma seperated arguments. https://msdn.microsoft.com/en-us/library/system.string.format(v=vs.110).aspx
1st Mar 2017, 8:00 AM
ChaoticDawg
ChaoticDawg - avatar
0
but this is also C
1st Mar 2017, 5:55 AM
Abbass Tabikh
Abbass Tabikh - avatar
0
But this is not c# as your tag say, don't forget to include the library #include <stdio.h>
1st Mar 2017, 6:05 AM
Alejandro Serrato
Alejandro Serrato - avatar
0
yes buddy, c# totally different programming language. developers replace printf and print by Console.writeLine()
4th Mar 2017, 3:28 PM
Vimalan Kumarakulasingam
Vimalan Kumarakulasingam - avatar