- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
13 Posted Topics
Hi there, I got a problem with my external hard disk. I formatted it in an ubuntu os then suddenly windows 7 doesn't recognize it any more.. Is there any possible solution to my problem?? | |
Hi there I need to research an existing company having a dbms and a dba function. Don't know where to find a company giving their details about their company. It's not giving the whole thing but the role of the dba in the company. and how the dbms works there. … | |
hey there! i got a problem with my CPU, it's power is interrupting. i opened the cpu the i notice that a part of the power supply is broken. then i bought a new power supply. then after plugging all the cables it my cpu suddenly stopped working..is my mobo … | |
can anyone help me to figure out how to nest forms on visual basic?? example: i would like to link form1 to form2? | |
I need to delete duplicating input.. for example. in a list box I input a a a b b then I want to delete all 'a' the listbox must show: b b i hope there is someone who can help me..thanks!! Public Class Form1 Private Sub btnadd_Click(ByVal sender As System.Object, … | |
can i ask if how can i add permissions for limited users?? aside for gpedit.msc... | |
how can i remove an element in my array without using special commands like hashmap....i have made many parts of it...just the delete part... [CODE]import java.io.*; public class Super { public static void main(String args[])throws IOException { String temp; int num[]=new int[10], choice,index,value,i,search,found=0; BufferedReader in; in = new BufferedReader(new InputStreamReader(System.in)); … | |
please help me to get the code of this output: 1 2 3 2 3 4 5 4 3 4 5 6 7 6 5 4 5 6 7 8 9 8 7 6 5 6 7 8 9 0 1 0 9 8 7 6 7 8 9 0 … | |
Get the remarks of ten employees on three items... the remarks is determined by comparing the total sale of an employee to the average of the group.. i've done this already..dont know to add the items...and get its average... its only the input... #include<iostream> #include<conio.h> using namespace std; int i,n[10],it,item[3]; … | |
[CODE] #include<iostream> #include<conio.h> using namespace std; int n[10],i,ns; string c; main(){ for(i=0;i<10;i++){ cout<<"Enter a number:"; cin>>n[i]; } cout<<"Number to search:"; cin>>ns; n[i]=0; for(n[i]=0;n[i]<10;n[i]++){ if(ns==n[i]){ cout<<"Searched Number is Found!"; } else{ cout<<"Searched Number is Lost!"; }} getch(); return 0; } [/CODE] help pls the output is repeating... | |
Re: [CODE]main() { char r,R,E,e,c,C,n,N,choice; string name,movie,movietype; double rent,days,re=40,ch=30,nr=100,eng=40; cout<<"Enter Name:"; cin>>name; cout<<"[R]Regular Movie\n"; cout<<"[C]Children Movie\n"; cout<<"[E]English Movie\n"; cout<<"[N]New Released Movie\n"; cout<<"Choose One:"; cin>>choice; cout<<"Enter Movie Name:"; cin>>movie; cout<<"Number of Days:"; cin>>days; if((choice=='R')||(choice=='r')){ rent=re*days; movietype="Regular"; } else if((choice=='C')||(choice=='c')){ rent=ch*days; movietype="Children Movie"; } else if((choice=='N')||(choice=='n')){ rent=nr*days; movietype="New Release"; } else if((choice=='E')||(choice=='e')){ rent=eng*days; … | |
Re: what must be your ouput for an example...?? | |
Please help to solve this problem.....i am using c++ programming language.... the output of the problem is.... [ATTACH]11520[/ATTACH] i only have this... help me plsss....... [ICODE]#include <iostream> using namespace std; int main() { int a, b, c, e, i, j, k, m; int z=1; int n=10; for (a = e … |
The End.