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
taks kamps
NA
39
6.9k
working on casting types and stuck with this code can anyone
Nov 26 2018 5:22 AM
{
double heightDouble = 1.825;
float heightFloat;
int heightInt;
heightFloat = heightDouble;
heightInt = (int)heightFloat;
Console.Write("heightInt is " + heightInt + " and heightFloat is " + heightFloat);
}
Reply
Answers (
2
)
Hi sir please Provide Your Suggestion
How to install asp.net core application exe as windoes servi