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
A X
NA
18
8.9k
how do i show 2 numbers in an array?
Sep 4 2013 7:21 PM
im trying to show a final result of 2 numbers entered by a user.
example:
{
console.write("first : ")
a[0] = int32.parse(console.readline());
console.write("second: ");
a[1] = int32.parse(console.readline());
}
med (a);//the method i created to calculate
console.writeline("heres you go : " + med(a[0], a[1]); // im having trouble here
// i thought you had to include
// both inputted nuimbers?
} static void med(int x, int d, int []a)
{
result = (c*d)/1.5;
}
Reply
Answers (
4
)
Creating a consol app drawing shapes with asterisks.
How can i create a menu dropdown in Asp.netMVC using jquery?