October 2019 15k SPAM Thread

Professional Engineer & PE Exam Forum

Help Support Professional Engineer & PE Exam Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
Status
Not open for further replies.
So the people we currently have data on is:

@ChebyshevII PE Electrical

@LyceeFruit Electrical

@JayKay PE Environmental

@squaretaper PE Mechanical

@NikR Civil

@RBHeadge PE Mechanical

@leggo PE Civil

@MadamPirate Electrical

@Will.I.Am Civil

@phillstill Controls

@matt267 PE Civil

@civilrobot Civil

@txjennah PE Civil

@jean15paul_PE Mechanical

@Aiden Civil

If we can, lets get the following:

  • Personality Results (already have this for everyone)
  • Engineering degree field
  • PE Discipline
  • Current work field
There's some confusion about what data we currently have, so we're just trying to clarify things in the name of science.

So for me:

  • INTP
  • Electrical
  • (Electrical if I pass)
  • Electrical
  • Mechanical
  • (Control Systems if I Pass)
  • Process Control/Control Systems
 
Simple programming question of the day, what is c?

Code:
int d = 5, c = 10, h = 16, f = 9;
double a = 48, e = 12, g = 3, b = 7;

int main()
{
    c += (b + (a / c)) / 6.0;
    
    return 0;
}
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top