Ask your own question, for FREE!
Computer Science 15 Online
OpenStudy (anonymous):

Plucking is caused by _____. ice water wind sand

OpenStudy (anonymous):

help please will fan and medal

OpenStudy (woodrow73):

import javax.swing.JOptionPane; public class pluck { public static void main(String[]args) { String where = JOptionPane.showInputDialog("Are you asking a non- " + "computer science question in the " + "comp sci section? yes/no"); if(where.equals("yes") JOptionPane.showMessageDialog(null, "You are asking this question " + "in the wrong section."); else if(where.equals("no") JOptionPane.showMessageDialog(null, "You are in the right section"); else JOptionPane.showMessageDialog(null, "Invalid input."); System.exit(0); } }

OpenStudy (anonymous):

do what

OpenStudy (anonymous):

@woodrow73

OpenStudy (woodrow73):

Move your question to physics please. You are asking this in the computer science section. Your question will not get answered here- rather it will be thought of as spam, since people expect computer science questions in the computer science section.

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!