Answer:
The different brainly websites are different because they are associated with different countries. Each country has their own network and internet rules, and Brainly has to comply with each countries rules. Each country gets their own Brainly site. So, Brainly.com is for the US, Brainly.pl is for Poland, etc.
Explanation:
A way to make the metro system more sustainable is to use machine learning so as to optimize the frequency of train routes using passenger load.
<h3>What is a sustainable transport system?</h3>
This sustainable transport system is known to be a kind of system that aids the basic access and growth needs of the society to be met rightly and safely.
This also should be meant in a way that is consistent with human and ecosystem health, and boast equity in all successive generations.
Other methods are the use of Cooling System to lower temperature and non waste of Energy and also lower the Noise Levels.
learn more about Sustainability from
brainly.com/question/25032305
Answer:
C++.
Explanation:
#include <iostream>
#include <string>
using namespace std;
////////////////////////////////////////////////////////////
class Television {
string brand;
float screen_size;
bool powerOn;
int volume;
int channel;
public:
// Comments
Television(string brand, int screen_size) {
this->brand = brand;
this->screen_size = screen_size;
powerOn = false;
volume = 20;
channel = 2;
}
//////////////////////////////////////////
// Comments
int getVolume() {
return volume;
}
// Comments
int getChannel() {
return channel;
}
// Comments
string getManufacturer() {
return brand;
}
// Comments
float getScreenSize() {
screen_size;
}
///////////////////////////////////////////
// Comments
void setChannel(int channel) {
this->channel = channel;
}
// Comments
void power() {
if (!powerOn)
powerOn = !powerOn;
}
// Comments
void increaseVolume() {
volume = volume + 1;
}
// Comments
void decreseVolume() {
volume = volume - 1;
}
};
Answer:
Check the explanation
Explanation:
--Query 1)
SELECT ename, sal, age
FROM Emp;
--Query 2)
SELECT did
FROM Dept
WHERE floot = 10 AND budget<15000;
Answer:
The domain suffix/TLD .edu is reserved for colleges and universities
Examples:
harvard.edu
stanford.edu
juilliard.edu