Answer:
Any engineering job would be good YOU should be the one choosing which job.
Explanation:
Engineering is a great outlet for the imagination, and the perfect field for independent thinkers.
jrjrkeekkekekkwkkakkllalllalallalllalalaallalalaalalalalalallallallllallalalallaaallalallllllallllllllalaalalalaaaaalalaaaaaaalgjgiejxpwunfifjruritiririirieoeowowowowowowowowooeowowowoeeoeowowowowowowowoowowwowowowoozoeisiaokseekxidjdkdjfidjfjdjfjfjrifjrifjdirjdjrjfjrjfjrjfjrfuejwwuxmaneanfjkaosndjxieneamalhaqzeeshanvhorahfuensiwjakaksjdhfhfnfhfndjxnxmakaalalalwlwlwwow
Answer:
The following program is in C++.
#include <bits/stdc++.h>
using namespace std;
void lastChars(string s)
{
int l=s.length();
if(l!=0)
{
cout<<"The last character of the string is: "<<s[l-1];
}
}
int main() {
string s;//declaring a string..
getline(cin,s);//taking input of the string..
lastChars(s);//calling the function..
return 0;
}
Input:-
Alex is going home
Output:-
The last character of the string is: e
Explanation:
In the function lastChars() there is one argument that is a string.I have declared a integer variable l that stores the length of the string.If the length of the string is not 0.Then printing the last character of the string.In the main function I have called the function lastChars() with the string s that is prompted from the user.
Castor oil is increasingly becoming an important bio-based raw material for industrial applications. The oil is non-edible and can be extracted from castor seeds from the castor plant belonging to the family Euphorbiaceae. The oil is a mixture of saturated and unsaturated fatty acid esters linked to a glycerol. The presence of hydroxyl group, a double bond, carboxylic group and a long chain hydrocarbon in ricinoleic acid (a major component of the oil), offer several possibilities of transforming it into variety of materials. The oil is thus a potential alternative to petroleum-based starting chemicals for the production of materials with variety of properties. Despite this huge potential, very little has recently been reviewed on the use of castor oil as a bio-resource in the production of functional materials. This review therefore highlights the potential of castor oil in the production of these diverse materials with their projected global market potential. The review gives the background information of castor oil and its geographical availability, the properties and its uses as bio-based resource for synthesis of various materials. The review further highlights on the use of castor oil or ricinoleic acid as a green capping agent in the synthesis of nanomaterials.
