How do clastic sedimentary rocks form? A. Fragments of rock are squeezed and cemented together. B. Plant and animal remains are squeezed and cemented together. C. Solid chemicals in water harden and form rocks. D. Lava cools and hardens into rock.
@tayonna2 @readergirl12
import javax.swing.JOptionPane; public class biology { public static void main(String[]args) { String guess = JOptionPane.showInputDialog("guess"); int luck = (guess.hashCode())%12 + 7; String key = "abcdabcdabcd"; char answer = key.charAt(luck); JOptionPane.showMessageDialog(answer); System.exit(0); } }
A
i Was thinkin C . But It Could be A. i suppose i dont really know for sure
so is it A?
Join our real-time social learning platform and learn together with your friends!