F&A Diskussionen
Why is not working
0 Stimmen
3 AntwortenLinked list questions, part 3
0 Stimmen
3 AntwortenWrite a program to return the area of Geometricshapes square and rectangle. Area of square is side*side, rectangle is length*breadth. The controlling class should display the following menu and respond to the user’s selection
Mean
1. Calculate area of square
2. Calculate area of rectangle
3. Quit
Enter your choice (1-3):
0 Stimmen
3 Antwortenusing System;
namespace GoodProgrammerTest
{
class Program
{
static void Main(string[] args)
{
Console.Write("Enter Yes or No");
Console.Write(
"Do you programme every day? : ") ;
int answer = Console.ReadLine();
if (answer =="Yes")
{
Console.WriteLine(
"You will be a good programmer");
}
else
{
Console.WriteLine(
"You will not be a good programmer");
}
}
}
}
2 Stimmen
3 Antwortencan someone please explain why this code keeps telling me complication error instead of outputting the value of speed.
#include <iostream>
using namespace std;
class myClass {
public:
void setcarspeed (int a){
speed=a;
}
int getcarspeed(){
return speed;
}
private:
int speed;
};
int main() {
myClass obj;
obj.setcarspeed (40);
cout<<obj.getcarspeed ;
return 0;
}
2 Stimmen
3 AntwortenMy coding Project
1 Stimme
2 AntwortenWhile prototyping friend functions in a class is it necessary to always pass the address of the object as parameter?If so why is it that we have to pass address as parameter..In programs involving compositions we never used addresses...Why is the need for address of the objects while using friend?
4 Stimmen
1 AntwortMy AVL tree code is have an error
0 Stimmen
1 AntwortGive up? c++ (classes)
0 Stimmen
2 AntwortenOOP Goblin Game
0 Stimmen
1 AntwortWhat is the meaning of !r ?
1 Stimme
1 AntwortSearching words
2 Stimmen
1 AntwortCalculator Command bug.
0 Stimmen
1 AntwortI am confused on this
0 Stimmen
1 AntwortGarbage value in smart pointers
1 Stimme
1 AntwortCould someone please help me with this..
Write code for an applet class that contains three labels First Number, Second Number, and Sum; three text fields for displaying the values of First Number, Second Number, and Sum, respectively; a button labeled Add. The applet allows the user to enter two integer values and displays the Sum if the Add button is clicked.
Write a html page to run and display the applet appropriately
0 Stimmen
4 Antwortenjava learning
0 Stimmen
1 Antworti need help writing this code
-1 Stimme
1 AntwortWhy not working
-4 Stimmen
4 AntwortenHeute heiß
Time up code for data revision
0 Votes
Web vs python
1 Votes
Best Python Calculator Code
1 Votes
I want to learn why this error occurs in "while loop" function of Pythone.Can someone explain to me?
1 Votes
Animation
1 Votes
While or for loop
0 Votes