|
-
March 7th, 2005, 01:07 PM
#1
C# Writeln
I had a question with the writeln statement. I am kind of new to C#
I was wondering if you could do something like this w/ the writeln statement
To displat 2 integers you must do something like
int i1,i2
Console.Writeln(i1 + "==" + i2)
However, is there a way to do something similiar to C
int i1, i2
Console.Writeln("%i==%i",i1,i2)
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|