Plucking is caused by _____. ice water wind sand
help please will fan and medal
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); } }
do what
@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.
Join our real-time social learning platform and learn together with your friends!