Ask your own question, for FREE!
Mathematics 16 Online
OpenStudy (anonymous):

Anyone knows Java? I will either use owl bucks or paypal to reward you. If you really know Java. You will be helping me for 15 per hour.

OpenStudy (anonymous):

Or any other offer we can consider

OpenStudy (anonymous):

i do

OpenStudy (anonymous):

Hey I think you are breaking the code of conduct of os....

OpenStudy (anonymous):

what do you need

OpenStudy (anonymous):

Do you know bubble?

OpenStudy (anonymous):

I'm going to report you!!!

OpenStudy (anonymous):

Type of problem Im working on is Ask the user to input two strings. Display the strings in alphabetical order. Calculate and display the number of characters in the two words. Next convert the first string to all uppercase and the second string to all lowercase. Display the resulting strings.

OpenStudy (anonymous):

You can get help for programming easily on here instead: http://www.peeranswer.com/study/mathematics

OpenStudy (anonymous):

are u able to send a link

OpenStudy (anonymous):

people here don't know programming

OpenStudy (anonymous):

Ok.

OpenStudy (anonymous):

Ask the user to input two strings. Display the strings in alphabetical order. Calculate and display the number of characters in the two words. Next convert the first string to all uppercase and the second string to all lowercase. Display the resulting strings.

OpenStudy (anonymous):

Sorry I am the only one authorized on this page as it is my university's page

OpenStudy (anonymous):

what you mean, OpenStudy is your university's homepage?

OpenStudy (anonymous):

no no my site from which I am working on this problem.

OpenStudy (anonymous):

Guys for the question above does anyone know how to go about it?

OpenStudy (anonymous):

ill try one second

OpenStudy (anonymous):

Thanks @bubbleslove1234

OpenStudy (anonymous):

try this see if it helps

OpenStudy (anonymous):

they have the same question as you

OpenStudy (anonymous):

Unfortunately the thread doesn't cover my question. They are only concerned with the second question which is not exactly what I have.

OpenStudy (anonymous):

Would you know how to write a simple program like I posted?

OpenStudy (anonymous):

okay

OpenStudy (anonymous):

do you need to know how to work with the strings work

OpenStudy (anonymous):

I know that a string is a piece of comment that is to be strung with other strings to make it legible.

OpenStudy (anonymous):

and yes, I have passive understanding of how string works however I can't put them to use as effectively. So I would like you to show me.

OpenStudy (anonymous):

this tells you how to work them

OpenStudy (anonymous):

Ok. That seems pretty through and I get it. However I don't know how to code the program so if you could show me briefly step by step ( which I am sure you know how) that would be quicker for both of us

OpenStudy (anonymous):

okay one second

OpenStudy (anonymous):

http://developers.sun.com/downloads/

OpenStudy (anonymous):

will this work

OpenStudy (anonymous):

your link just takes me to oracle home page .

OpenStudy (anonymous):

Can you write the program and explain it to me step by step? That would help me understand better.

OpenStudy (anonymous):

I mean from structure point of view rather than from nothing because I am so naive

OpenStudy (anonymous):

hold on.........

OpenStudy (anonymous):

doyou have java script

OpenStudy (anonymous):

I have Java within eclipse

OpenStudy (anonymous):

Basically Eclipse facilitates the Java writing process if you know what I mean

OpenStudy (anonymous):

I get it but this is not helping me with the actual problem here. I guess you are clueless as to how to write it then.

OpenStudy (anonymous):

I mean you are helping me on the generality side but aside from that direct reference has never been made.

OpenStudy (anonymous):

im sorry i am trying to help

OpenStudy (anonymous):

No problem I appreciate your help. I wish you told me first you weren't going to help me with the actual question.

OpenStudy (anonymous):

i so sorry

OpenStudy (anonymous):

i was helping

OpenStudy (anonymous):

Yeah I get it that's why I am your fan.

OpenStudy (anonymous):

All good.

OpenStudy (anonymous):

@saseal can u help

OpenStudy (anonymous):

i dont know java but i can explain the concept to you

OpenStudy (anonymous):

yeah i tried

OpenStudy (anonymous):

but maybe you can do it better

OpenStudy (anonymous):

to compare 2 strings you need to take the 1st letter that is a[0] and b[0]

OpenStudy (anonymous):

Java programming seems real hard eh?

OpenStudy (anonymous):

yes

OpenStudy (anonymous):

no i only doned python and r before

OpenStudy (anonymous):

like A is 65 in ascii and so on

OpenStudy (anonymous):

you compare the 2 integer and the larger on is behind

OpenStudy (anonymous):

s1 = user input1 s1l = userinput.lower() s2 = user input2 s2l = userinput.lower() counter = ['1','2','3'.....'26'] alphabet = ['a','b','c'....'z']

OpenStudy (anonymous):

get the alphabet of lowercased user input 1 and 2 and assign them numbers to compare

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!