+ Link For Assignments, GDBs & Online Quizzes Solution |
+ Link For Past Papers, Solved MCQs, Short Notes & More |
Please discuss assignment 4 here, also share link if you found it helpful in making assignment.
Topics Covered: PROLOG AND JAVA PROGRAMMING LANGUAGES.
Tags:
+ http://bit.ly/vucodes (Link for Assignments, GDBs & Online Quizzes Solution)
+ http://bit.ly/papersvu (Link for Past Papers, Solved MCQs, Short Notes & More)
+ Click Here to Search (Looking For something at vustudents.ning.com?) + Click Here To Join (Our facebook study Group)maria jo code ap ne paste kr k output li wo kindly yahan paste krna.... or ye batao code us space main paste kr k submit pr clik krna hay na?
will u please share solution of A and B part complete? Read more: CS508 Assignment 4 Discussion Due Date 15-01-2013 - Virtual University of Pakistan http://vustudents.ning.com/forum/topics/cs508-assignment-4-discussi...
?
class JavaArrayCopy {
public static void main(String[] args)
{
JavaArrayCopy egs=new JavaArrayCopy();
}
public JavaArrayCopy()
{
// creating a array of size 9
dataArray = new String[9];
// resultant array in which we'll copy the 5 elements from above array
resultArray= new String[5];
fillDataInDataArray();
}
public void fillDataInDataArray()
{
dataArray[0]="It’s cold in Strut.";
dataArray[1]="It’s cold in Newell.";
dataArray[2]="It’s cold in .";
dataArray[3]="It’s cold in Mansehra. ";
dataArray[4]="It’s sunny in Quetta.";
dataArray[5]="It’s sunny in Larsi.";
dataArray[6]="It’s sunny in Multan.";
dataArray[7]="It’s raining in Mansehra.";
dataArray[8]="It’s raining in Peshawar.";
System.arraycopy(dataArray, 4, resultArray, 0, 5);
System.out.println(resultArray[0]);
System.out.println(resultArray[1]);
System.out.println(resultArray[2]);
System.out.println(resultArray[3]);
System.out.println(resultArray[4]);
}
public String[] dataArray;
public String[] resultArray;
}
yeh woh hi code hai jo diamond bro ne upload kia
?- Snowy(Y).
% putting values of Y in function to check the condition.
?- Snowy(Islamabad).
No
?- snowy(Sturt).
Yes
?- snowy(Newell).
yes
?- snowy(Mansehra).
yes
?- snowy(Peshawar).
no
?- snowy(Quetta).
no
?- snowy(Chaman).
no
?- snowy(Larsi).
no
?- snowy(Multan).
no
% putting values of X in function to check the condition.
?- pleasant(Islamabad).
No
?- pleasant(Sturt).
no
?- pleasant(Newell).
no
?- pleasant(Mansehra).
no
?- pleasant(Peshawar).
no
?- pleasant(Quetta).
yes
?- pleasant(Chaman).
yes
?- pleasant(Larsi).
no
?- pleasant(Multan).
no
% putting values of Z in function to check the condition.
?- hot(Islamabad).
no
?- hot(Sturt).
no
?- hot(Newell).
no
?- hot(Mansehra).
no
?- hot(Peshawar).
no
?- hot(Quetta).
yes
?- hot(Chaman).
yes
?- hot(Larsi).
yes
?- hot(Multan).
yes
?- raining(Islamabad).
Yes
?- sunny(Larsi).
Yes
?- cold(W)
W=Strut
W=Newell
W=Mansehra
W=Quetta
W=Chaman
W=Karakoram
Ab pta naie yeh thek hai k ghalt, Diamond90 please btao . . .
Thek he ye ji and i m female not male Maria :)
sorry Diamond90 g
well thanks again
code compile nhe ho rha?
a lot of errors
Q?? Hamara to ho geya.
© 2021 Created by + M.Tariq Malik.
Powered by
Promote Us | Report an Issue | Privacy Policy | Terms of Service
We are user-generated contents site. All product, videos, pictures & others contents on site don't seem to be beneath our Copyrights & belong to their respected owners & freely available on public domains. We believe in Our Policy & do according to them. If Any content is offensive in your Copyrights then please email at m.tariqmalik@gmail.com Page with copyright detail & We will happy to remove it immediately.
Management: Admins ::: Moderators
Awards Badges List | Moderators Group
All Members | Featured Members | Top Reputation Members | Angels Members | Intellectual Members | Criteria for Selection
Become a Team Member | Safety Guidelines for New | Site FAQ & Rules | Safety Matters | Online Safety | Rules For Blog Post