Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~635 People Reached
Favorite Tags
Member Avatar for loungeowl

Right now my program says there is an error in line 27 of this code: [CODE]Class Netflix: public class Netflix { private static void main(String[]args) { String comedy, horror, drama, action, genre1; Movie a = new Movie(); a.setTitle("Avatar"); a.setCast("Sam Worthington"); a.setGenre('a'); a.setYear(2009); a.setStars(3); Movie b = new Movie (); b.setTitle("Battle …

Member Avatar for Ezzaral
0
214
Member Avatar for loungeowl

I'm just starting to learn Java now, and I have an urge to create an android app by the end of this college semester. I know someone who can make it for me, but I'm not sure how much I should give the guy for creating it. The app I …

Member Avatar for Tech B
0
134
Member Avatar for loungeowl

[CODE]<?php // Using hooks is absolutely the smartest, most bulletproof way to implement things like plugins, // custom design elements, and ads. You can add your hook calls below, and they should take the // following form: // add_action('thesis_hook_name', 'function_name'); // The function you name above will run at the …

Member Avatar for loungeowl
0
287