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
ahmed sami
NA
64
200.4k
What is the value of x
Dec 10 2012 5:13 PM
What is the value of x after each of the following statements is performed?
a) x = Math.Abs( 7.5 );
b) x = Math.Floor( 7.5 );
c) x = Math.Abs( 0.0 );
d) x = Math.Ceiling( 0.0 );
e) x = Math.Abs( -6.4 );
f) x = Math.Ceiling( -6.4 );
g) x = Math.Ceiling( -Math.Abs( -8 + Math.Floor( -5.5 ) ) );
Reply
Answers (
1
)
XML DataBase - Small Windows Application
Write a method IntegerPower( base, exponent )