|
Displaying 1 - 50 of about 14499 Related Tutorials.
|
problem 2= C#
C# registration form If user fails to enter for example User Name then the Message box should pop up with "Please Enter your User Name!!" Write the code for the following form based on the criteria given below:
User |
problem 1 = C#
C# how to calculate discount We are selling Monitors. We have... should be displayed in a Label.
ii.LCD monitors are of 2 types
a. 21 inch... Relational operators
help this problem plsss |
C++ Question 2
C++ Triangle and Rectangle - calculate area of Triangle and rectangle using...;
}
};
void main()
{
Triangle *tptr;
Rectangle *rptr;
Shape *sptr[2...;
sptr[1] = rptr;
for(i=0; i<2; i++)
sptr[i]->displayArea |
|
|
Struts 2 problem - Struts
Struts 2 problem Hello I have a very strange problem. I have an application that we developed in JAVA and the application works ok in Windows... seemed to worked fine, until the user reported to us a problem. After doing |
C++
C++ . Consider the definition of the following class:
class CC
{
public:
CC(); //Line 1
CC(int); //Line 2
CC(int, int); //Line 3
CC(double, int); //Line 4
.
.
.
private:
int u;
double v |
|
|
c++
c++ Write a console based C++ program that reads student information..., and provide the following set of operations:
1) Display all student Info
2) Display... name with the minimum GPA
7) Display Student GPAs as Letter Grades (A, B, C, D |
c++
c++ write a programme that calculates the area and circumference of a rectangle
#include<conio.h>
#include<iostream.h>...()
{
area=l*b;
peri=2*l+2*b; // 2(l*b);
}
void display()
{
cout<<"\n |
c++
c++ Assume vector "x" of integers with values of 7, 3, 5, 8, 1, 9, 0, 4, 2, 6.
Second, assume integer variables "a," "b" and "y" with values of 3, x.size()-5 and 0, respectively.
Third, assume a for-loop header which: 3.1 |
problem 3 = C#
C# program for grading system Create a C# program for the following scenario:
The grading system of a college is as follows:
Marks : 80 -100....
Based on the marks display appropriate messages
help this problem |
struts 2 problem with netbeans - Struts
struts 2 problem with netbeans i made 1 application in struts2... is wrong between this don't knows
1)
2)
/index.jsp
please give me acton mapping problem solution
Hi Friend,
Please |
C and C++ books-page4
C and C++ books-page4
 ...
An array in C is a region of memory in which the elements (chars, ints, etc.) can... indices (in a multi-dimensional array, e.g. names[3][0][2]). The first element |
C Program for Addtion of 2*2 Diagnol Matrix - Development process
C Program for Addtion of 2*2 Diagnol Matrix Hello Sir,
I want C...],b[2][2],c[2][2],i,j;
clrscr();
printf("Enter the First matrix:\n");
for(i=0...++)
printf("%d\t",b[i][j]);
}
for(i=0;i<2;i++)
for(j=0;j<2;j++)
c[i][j |
problem
c[]=new int [m+n];
for (int i=0;i<m;i++)
{
a[i]=Integer.parseInt...());
}
for( ;i<m && j<n; )
{
if (a[i]< b[j])
{
c[k]=a[j];
j++;
k++;
}
else if (b[j]<a[i])
{
c[k]=b[j];
j++;
k++;
}
else if (a[i |
C/C++ Programming Books
C/C++ Programming
Books
Visual
C++ 6 Unleashed
Visual C++ 6 Unleashed provides comprehensive coverage of the core topics |
array problem
;
for (i=0; i
for(i=0, j=n-1; i<=j; i++, j--)
a[(i+j)/1] -= (a[i]+a[j])/2;
choices:
a.0
b.10
c.-41
d.-62
e.-71 |
uploading problem
File("C:/Users/nidi/Documents/NetBeansProjects/Library/web/doc/"+itemName...=session.getAttribute("filename").toString();
String path =(
"C:/Users/nidi...();
}
}
}
}
%>
my problem...:
firstly |
Struts 2 radio button value problem
Struts 2 radio button value problem When I use s:radio tag in struts 2, I'm not able to get the selected value using document.getElementById... somebody tell me how to solve this problem?
Thanks in advance |
jsp to struts 2 action conversion problem - Struts
jsp to struts 2 action conversion problem i have one jsp page that includes 3 other jsp pages(using RequestDispactcher).how to convert that jsp
page to a struts2 action?among that one jsp page is wrritten using jpivot,wct
tags |
c c++ - Java Beginners
];
String name = f[1];
String c = f[2];
String note = f[3...];
String name = st[1];
String c = st[2];
String note = st[3];
if (id.equals... = f[1];
String c = f[2];
String note = f[3];
if (!id.equals(t1 |
c c++ - Swing AWT
c c++ Write Snake Game using Swings Hi Friend,
Try...);
}
public static void main(String[] args) {
new SnakeGame();
}
}
2...)) / 2,
HEIGHT / 2);
}
public void checkApple() {
if ((x[0] == apple_x |
c programming
c programming Write a Program in 'C' to print the following
output 'n' rows.
for example, if n:3, the following should
be output by the program :
1
1 2 L
r 2 3 2 1
1 2 L
1 |
c programming
c programming Write a Program in 'C' to print the following
output 'n' rows.
for example, if n:3, the following should
be output by the program :
1
1 2 L
r 2 3 2 1
1 2 L
1 |
problem - Java Beginners
problem num=(a/b)*(c/d)
i want a program which accepts a number ,num, and find out values of a,b,c and d which satisfy the above condition
1. 0>num>2
2. a,b,c,d should have precision upto five places to decimal |
STRUTS 2 Could not find action or result
STRUTS 2 Could not find action or result hiii..i am new to struts 2...;
<html>
<head>
<style>
body{
background-image:ur(C...;/html>
plzz help me out...i might have problem in my struts.xml...its |
c programing
c programing Write 2 implementations of C's string copy routine, one with a loop and the other using recursion. What is the security risk with this routine? The function should have the signature:
char* strcpy(char* destination |
c programing
c programing Write 2 implementations of C's string copy routine, one with a loop and the other using recursion. What is the security risk with this routine? The function should have the signature:
char* strcpy(char* destination |
Array /string based problem....
Array /string based problem.... thanx to help me.but again a problem is here that it sorts single char as (a,b,c,n,m)but not the string .and also its perform sorting on single digit no as(1 2 4 5)but not on multidigit no.
plz |
code problem - Java Beginners
code problem 1)what is accurate use of access specifiers (plz give me all uses in options)..?
2)In folllowing options which can be used by the inner class....?
a)private instance variables
b)public instance variables
c |
validation problem in struts - Struts
validation problem in struts hi friends...
m working on one... user = null;
String pass = null;
Context c...())
{
user = rs.getString(1);
pass = rs.getString(2 |
problem with JTable - Swing AWT
problem with JTable hi guys,
i was a student and i am very new... DefaultTableModel {
public MyDefaultTableModel(Vector r, Vector c) {
super(r, c... ==2)
return false;
else
return true |
Checkbox pagination problem
<%@page import="java.sql.*"%>
<%@taglib prefix="c" uri="/WEB-INF/c...;%
bdao=new DomainDAO();
bdao.getDBAcccess();
domainmap=bdao.getDomains(2...;%@taglib prefix="c" uri="/WEB-INF/c-rt.tld" %>
<%@page import |
C++Tutorials
Borland C++ 5.0 as I am then you will have no problem with the project here...
C++ Tutorials
C++
Tutorial |
Java Problem - JSP-Servlet
on your system.
2)Then put your tomcat folder inside the C drive.
3)Set...");
6)Then go to the C:\apache-tomcat-6.0.16\bin and start the tomcat server |
Xml append node problem
Xml append node problem print("code sample");Question:
I create...="1.0" ?>
<wmmApResp>
<wlanId>0</wlanId>
<profileId>2<...) {
try {
File xmlFile = new File("C:\\file.xml |
c program
c program plz send me program for this. write a program to print the following code? (in c language)
1 2 3 4 5 6 7 8 9 10
1 2 3 4 5 6 7 8 9 10 11
2 3 4 5 6 7 8 9 10 |
java problem - Java Beginners
) to binary integer (base 2). The method is:
Integer.toBinaryString(int)
So to convert... 16), they are digits 0 to 9, a (for 10), b (for 11), c (for
12), d (for 13), e... ) ( num % 2 + '0' ) + bits ;
num /= 2 ;
}
while ( num > 0 ) ;
System.out.print |
c program
c program plz send me program for this. write a program to print the following code?
1 2 3 4 5 6 7 8 9 10
1 2 3 4 5 6 7 8 9 10 11
2 3 4 5 6 7 8 9 10 11 12
3 4 |
Radio Button Problem in jsp.
Radio Button Problem in jsp. I have a small doubt in my application... prefix="s" uri="/struts-tags"%>
<%@ taglib prefix="c" uri="http...");
Iterator questions= qs.iterator();
for(int i=1;i<2;i++){
TestQuestion tqDet |
C++ - XML
C++ C++ function declarations for :
1) isEmptyList():boolean {query} - determines whether a list is empty
2) getLengthList():integer {query...,
in nxtItem:ListItemType): integer
- compares the 2 list-items |
code problem - Java Beginners
code problem 1)what is accurate use of access specifiers (plz give me all uses in options)..?
2)In folllowing options which can be used by the inner class....?
a)private instance variables
b)public instance variables
c |
Java code problem
();
Patient p1=new Patient();
Calendar c=Calendar.getInstance();
Date d=new Date...("Arg");
p1.setLastAppointment(c);
patients.put(p1.getPatientId(), p1...(p.getPatientId(), p);
break;
case 2:
System.out.println("Enter a patient |
loop problem - Java Magazine
, "A"));
list.add(new Student(2, "B"));
list.add(new Student(3, "C"));
list.add...();
System.out.println("1. add student");
System.out.println("2. show sudent list...();
System.out.println("1. Add a student");
System.out.println("2. Remove |
java programming problem - Java Beginners
java programming problem
num=(a/b)*(c/d)
In the problem, 'num' is given . "0<2"
we have to find out the values of a,b,c,d upto five places of decimal.
there can be many combinations of a,b,c,d . the solution space |
arraylist problem - JSP-Servlet
my code once again only in which i m facing the problem.
/*
* To change... ";
sql2="SELECT SUM(CASE WHEN ccfup='C' then 1 when ccfup='F' then 1 else 0 end... WHEN ccfup ='C' THEN 1 ELSE 0 END) AS Total_CC_Calls from sample1.dbo.check5 |
Form Processing Problem
("\\") + 1,saveFile.indexOf("\""));
File f=new File("C:/Program Files...;<table border="2"><tr><td><b>You have successfully... = new File("C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/bin |
Eclipse (Problem with combining 2 codes together) - Java Beginners
Eclipse (Problem with combining 2 codes together) hi, I have 2...");
System.out.println("Movie ID: 2 Title: Twelve Time: 6pm...");
}
// for movie showing in Hall 2
else if (userInput == 2){
System.out.println |
based on C#
C# Alert message 1) Write the related code for the following Form... successfully savedā??
2) We are selling Monitors. We have decided to give... be displayed in a Label.
ii.LCD monitors are of 2 types
a. 21 inch attracts 8 |
Eclipse (Problem with combining 2 codes together)(Cont) - Java Beginners
Eclipse (Problem with combining 2 codes together)(Cont) Hi, I have a problem with this code (below), I enter the username and password correctly then I want to input an integer either 1 or 2 but if I enter wrongly, e.g. 3 |
program in c
2 7 4 6
Sum is: 23
Average is: 4.5
Smallest: 1
Largest 7 |
arraylist problem - JSP-Servlet
";
sql2="SELECT SUM(CASE WHEN ccfup='C' then 1 when ccfup='F' then 1 else 0...+"' AND '"+ed1+"')as float)))*100),2) AS Percentage";
sql5="SELECT SUM(CASE WHEN ccfup ='C' THEN 1 ELSE 0 END) AS Total_CC_Calls from |