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
~13.7K People Reached
Favorite Tags
Member Avatar for peedi

I'm having a lil trouble on some of my homework in computer architect I have to use digital electronic circuit to convert a 4-input set of signals into the 7-output lines to be fed into a 7-segment display and display it in a Karnaugh map help please!

0
46
Member Avatar for peedi

I am working on this lotto project which generates 6 random numbers in which are put into an array. How do i put it in an array where the numbers don't repeat?

Member Avatar for BestJewSinceJC
0
5K
Member Avatar for peedi

Hey i need help with converting Celsius to Fahrenheit. Some reason its giving me a weird output. What seems to be the problem? here is the original code [CODE] PAGE 80,132 ;=================================================================== ; ; PROGRAM LISTING 3.1 ; ; PROGRAM TO CONVERT A TEMPERATURE FROM ; FAHRENHEIT TO CENTIGRADE USING …

0
72
Member Avatar for peedi

I am almost done with my program. And for some reason i cannot get my boolean to become true. here is the code [CODE]//This program allows the user to order a pizza import java.util.Scanner; import java.text.*; public class PizzaOrder { public static void main(String [] args) { //create a Scanner …

Member Avatar for sillyboy
0
167
Member Avatar for peedi

I have a problem with my program. When i try to compile it it says i need a ; can someone try to compile it and please help me? [CODE]//This program will represent a pizza public class Pizza { private double cost; //the cost of the pizze private String crust; …

Member Avatar for peedi
0
150
Member Avatar for peedi

Hello im kinda of new to java and i am stuck on a program. I want to take a word as input and display it in reverse. ex - hello to olleh I tried to do the For loop but i am kinda of stuck. Can anyone please help me! …

Member Avatar for rameshrajamani
0
5K
Member Avatar for peedi

when i run a program, and try to type in a decimal as input i always get an error? what can be the problem? should i use int or double? help!

Member Avatar for BestJewSinceJC
0
3K
Member Avatar for peedi

hello im kinda of stuck doing a project for my class. ik really need help with number 1, and 4. please help! here is what i have to do. 1. Use the charAt method to get the first character in firstName and store it in a variable called firstInitial (you …

Member Avatar for peter_budo
0
1K