Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Member Avatar for CloudZELL91

hi guyz... looking for a simple HELP on **numerical equivalent interpretation** on a result of 1.00 - 1.80 1.81 - 2.60 2.61 - 3.40 3.41 - 4.20 4.21 - 5.00 ...what are the interpretation of each result??... besides the *poor,fairly,good,very good,excellent OR very unaccepted,unaccepted,fairly accepted,acceptable,very acceptable*. .... ..will use the …

Member Avatar for cwarn23
0
265
Member Avatar for CloudZELL91

hi there guyz,,, i need a suggestion/advise of what are possible easy thesis project for a comsci... ...are there possible thesis proj. that is Android(.apk) based like screen lock etc... ....hoping your advise,, 8)

Member Avatar for rubberman
-1
159
Member Avatar for CloudZELL91

hi there... first of all i dont know where to post this,but still its a java thing so i post it here.. ...i need help on this,,dnt know how to fix,, when i play video or a video chat,,it failed to load and have a java application error, down is …

Member Avatar for ccbutler
0
334
Member Avatar for CloudZELL91

<html> <head> <title>Grade Calculation</title> <script type="text/javascript"> function Add() { var a=parseInt(document.getElementById("fptxt").value); var b=parseInt(document.getElementById("sptxt").value); var c=parseInt(document.getElementById("fgtxt").value); var d=a+b+c; document.getElementById("sgtxt").value=d/3; } //grade equivalent if(sgtxt >= 95&& sgtxt < 100) { document.write("etxt").value=excellent; } else if(sgtxt >= 90&& sgtxt < 95) { document.write("etxt").value=VeryGood; } else if(sgtxt >= 85&& sgtxt < 89) { document.write("etxt").value=Good; } …

Member Avatar for AleMonteiro
0
257
Member Avatar for CloudZELL91

hi all... ,,,,,are there people here know how to make a program using vb that make memory partition ..*fix partition first fit allocation, and ,,*dynamic partition best-fit allocation. .... the program will have 5 different inputs, in "fpfa" there are 5 memory space like 10kb,15kb,5kb,15kb and 30kb,,,,,, if my first …

Member Avatar for Begginnerdev
0
139
Member Avatar for CloudZELL91

NEED HELP! in making this hope someone can help me in this project,,, am not a good vb programmer,,,in other word i am a newbie... i need to pass this in 2 days,,,, i attached the user interface and the access to make a database of a payroll system... ,,,, …

Member Avatar for CloudZELL91
0
210
Member Avatar for CloudZELL91

hi,, i know i will be criticised by this but am not a programmer though but its ok,,,, i like to know if someone is willing to help... ==>> Student Attendance system.......that uses VB and access that includes SEARCH,ADD,DELETE,EDIT.... info: database/access only includes student,id# course and a specific date on …

Member Avatar for TnTinMN
0
98
Member Avatar for CloudZELL91

[CODE]#include<string.h> #define MAX 15 #define true 1 #define false 0 /*Structure Decvlaration*/ typedef struct { char data[MAX]; char top; }STK; /*Function Declarations*/ void input(char str[]); void intopre(char str1[],char pre[]); void intopost(char str1[],char post[]); int isoperand(char sym); int prcd(char sym); void push(STK *s1,char elem); int pop(STK *s1); int empty(STK *s2); int …

Member Avatar for Salem
0
138
Member Avatar for CloudZELL91

what is the program of do while that ... you can type any number but when u type zero it will stop the program? thanks for the help peace!

Member Avatar for CloudZELL91
0
80
Member Avatar for CloudZELL91

help!.... can you give me a statement of looping that use for loop, while, and do while loop at the same time... and if you can answer the statement it will be more welcome.. thank u ... peace!

Member Avatar for Momerath
0
69