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
~435 People Reached
Favorite Forums
Favorite Tags
Member Avatar for dee2020

AUCTION.JAVA package English_Auction; /** * * */ public class Auction { // A unique identifying number. private final int number; // A description of the lot. private String description; // private int startPrice; // private int reserve; // The current highest bid for this lot. private Bid highbid; // private …

Member Avatar for dee2020
0
124
Member Avatar for dee2020

Hello I have a module that consist of Ms Chart show out all five month sales amount. Then I can show out the chart either in 2D bar or Pie chart. The problem is each time eg the first time I show the Pie chart, the amount of % of …

0
85
Member Avatar for dee2020

hi friendz.... I wanted to add the first element of first array of every record. Each record has two arrays, Each array has 5 values In order to do that i wrote the following code in VB... [CODE] Option Explicit Private Type feedbackdata FormNumberS As Integer Q1(0 To 4) As …

0
64
Member Avatar for dee2020

hi friendz.., im working on "feedback form analysis" project the first main aim of my project is to store data submitted by the user from the feedback form in a text file which can be accessed randomly. For that.... i wrote the following code: [B] CODE:[/B] Private Type feedbackdata Laboratory(0 …

Member Avatar for dee2020
0
162