Recent content by Ilikecereal
-
I
I need some advice. My life is a confused mess.
Hello, everyone. To give you some context, let me give you some background about myself. I apologize if this is overly sentimental but I can't help it. As a child, I was fairly bright and very intellectually curious. I got good grades. I was always among the top two in my class. I loved...- Ilikecereal
- Thread
- Confused Life
- Replies: 2
- Forum: STEM Career Guidance
-
I
Mod-2 Function of A: Is it a Permutation?
4. Definition: A bijection from a set A to itself is called a permutation of A. (i) Let A = {0, 1, 2, 3, 4} and let f : A -> A be the mod-2 function. Is f a permutation of A? Justify your answerCan somebody explain how to find a mod-2 function for A? I know that a mod-2 function is basically...- Ilikecereal
- Thread
- Function
- Replies: 2
- Forum: Precalculus Mathematics Homework Help
-
I
Help with statistical technique for research
I am supposed to do an experimental report in my Social Psychology class. I am analyzing the factors affecting the lack of females in engineering and other math-intensive fields. I measured men and women's life interests, life values and attitudes to gender roles in our survey because I think...- Ilikecereal
- Thread
- Research Statistical
- Replies: 1
- Forum: Biology and Chemistry Homework Help
-
I
Is it important to enjoy the process of doing physics?
There is sometimes a certain satisfaction in having understood and solved a tough problem successfully, as there is with accomplishing any difficult task. However, I don't think I would like to sit with tough problems for hours just for the pure pleasure of it or as a hobby.- Ilikecereal
- Post #8
- Forum: STEM Career Guidance
-
I
Is it important to enjoy the process of doing physics?
Thank you all for your replies I'm sorry, but I think I didn't phrase my question very well. I wouldn't be expecting amazing results. I know how rare that is. What I would tolerate the work for would be just a sense of being part of a great collective endeavor. But, I suppose that isn't a...- Ilikecereal
- Post #5
- Forum: STEM Career Guidance
-
I
Is it important to enjoy the process of doing physics?
Apologies if this has been asked before but I couldn't find any posts with the exact question. I'm about to go to college but I haven't decided my major yet. I have loved physics, particularly astronomy, ever since I was a child. I used to read a lot of astronomy books when I was younger...- Ilikecereal
- Thread
- Important Physics Process
- Replies: 7
- Forum: STEM Career Guidance
-
I
Help with Anthropology project. (Environment & Society theme)
Pollution from industry I suppose.- Ilikecereal
- Post #3
- Forum: Biology and Chemistry Homework Help
-
I
Help with Anthropology project. (Environment & Society theme)
I'm an undergrad student majoring in Sociology & Anthropology. I took Introduction to Anthropology this semester. We have been assigned a project in which we have to take a picture of ourselves doing anthropological fieldwork based on a certain theme. My theme is Environment and Society. The...- Ilikecereal
- Thread
- Project
- Replies: 2
- Forum: Biology and Chemistry Homework Help
-
I
Programs Choosing the Right Major: Geology, Anthropology, or Zoology?
Thanks. I'm leaning towards Geology. Does anyone know if there's a lot of Organic Chemistry involved with Geology? I don't particularly like that stuff.- Ilikecereal
- Post #3
- Forum: STEM Academic Advising
-
I
Programs Choosing the Right Major: Geology, Anthropology, or Zoology?
I am interesting in geology, anthropology and zoology. Which of these has better job prospects, considering that I'm willing to get a Masters and PhD if required? Also, which major is better for understanding human evolution, zoology or anthropology? And is it possible to switch from Biotech...- Ilikecereal
- Thread
- Confused Major
- Replies: 3
- Forum: STEM Academic Advising
-
I
Comp Sci How Does This C++ Program Reverse Individual Words in a String?
I know using gets( ) causes the program to crash since it does not let you specify a limit on how many characters are to be read But why is using getch( ) bad?- Ilikecereal
- Post #6
- Forum: Engineering and Comp Sci Homework Help
-
I
Comp Sci How Does This C++ Program Reverse Individual Words in a String?
Yeah, it is for(i=0 ; str[i] != '/0' ; i++) Sorry that was a typo on my part. I do, however, agree that it is an extremely bad book. I use other books for concepts but I can't really help it when it comes to writing programs cause this book is provided by my education system.- Ilikecereal
- Post #5
- Forum: Engineering and Comp Sci Homework Help
-
I
Comp Sci How Does This C++ Program Reverse Individual Words in a String?
Write a program to reverse words of a string individually, for example if you enter: I love C++, it should display I evol ++C They've given the solution in my textbook but I don't quite understand the logic behind it. void main( ) { int l, i, k = 0 ; char str[80], word[80] ...- Ilikecereal
- Thread
- C++ Reverse String
- Replies: 6
- Forum: Engineering and Comp Sci Homework Help
-
I
Comp Sci Difference between cout and cout.write in C++
What's the purpose of count.write. Isn't it pretty much the same thing as count? For eg, the following code would work the same with count and count.write int main( ) { char string[80] ; count<<"Enter string\n" ; cin.getline(string, 80) ; int x1 = strlen(string) ; for(int...- Ilikecereal
- Thread
- C++ Difference
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
I
Conversion of Galvanometer to Ammeter
Oh, I get it now. Thanks!- Ilikecereal
- Post #5
- Forum: Introductory Physics Homework Help