TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
13
2.6k
cant get the code to compile, help!
Nov 29 2018 7:30 AM
using
System;
namespace
HelloWorld
{
class
Program
{
static
void
Main(
string
[] args)
{
int
i = 15;
const
string
string1 =
"Foo"
;
const
string
string2 =
"Bar"
;
if
(i > 10)
{
string
result = string1;
}
else
{
string
result = string2;
}
Console.WriteLine(result);
}
}
}
Reply
Answers (
1
)
How highlight a win forms checkbox when cursor is inside it
html bootstrap Datatable is not working in aspx page.