answersLogoWhite

0


Best Answer

for the letter j..jump

for the letter k..kick

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What verb start with j or k?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about English Language Arts

What is the answer to the rebus puzzle verb plus verb?

J


Verb that starts with k?

Kissing, kicking. :)


Program to compute first and follow of a grammar?

#include"stdio.h" #include<conio.h> #define max 10 #define MAX 15 char array[max][MAX],temp[max][MAX]; int c,n,t;void fun(int,int[]); int fun2(int i,int j,int p[],int key) { int k; if(!key) { for(k=0;k<n;k++) if(array[i][j]==array[k][0]) break; p[0]=i;p[1]=j+1; fun(k,p); return 0; } else { for(k=0;k<=c;k++) { if(array[i][j]==temp[t][k]) break; } if(k>c)return 1; else return 0; } } void fun(int i,int p[]) { int j,k,key; for(j=2;array[i][j]!='\0';j++) { if(array[i][j-1]=='/') { if(array[i][j]>='A'&&array[i][j]<='Z') { key=0; fun2(i,j,p,key); } else {key=1; if(fun2(i,j,p,key)) temp[t][++c]=array[i][j]; if(array[i][j]=='[at]'&&p[0]!=-1) { //taking ,[at], as null symbol. if(array[p[0]][p[1]]>='A'&&array[p[0]][p[1]]<='Z') { key=0; fun2(p[0],p[1],p,key); } else if(array[p[0]][p[1]]!='/'&&array[p[0]][p[1]]!='\0') { if(fun2(p[0],p[1],p,key)) temp[t][++c]=array[p[0]][p[1]]; } } } } } } char fol[max][MAX],ff[max];int f,l,ff0; void ffun(int,int); void follow(int i) { int j,k; for(j=0;j<=ff0;j++) if(array[i][0]==ff[j]) return 0; if(j>ff0)ff[++ff0]=array[i][0]; if(i==0)fol[l][++f]='$'; for(j=0;j<n;j++) for(k=2;array[j][k]!='\0';k++) if(array[j][k]==array[i][0]) ffun(j,k); } void ffun(int j,int k) { int ii,null=0,tt,cc; if(array[j][k+1]=='/'array[j][k+1]=='\0') null=1; for(ii=k+1;array[j][ii]!='/'&&array[j][ii]!='\0';ii++) { if(array[j][ii]<='Z'&&array[j][ii]>='A') { for(tt=0;tt<n;tt++) if(temp[tt][0]==array[j][ii])break; for(cc=1;temp[tt][cc]!='\0';cc++) { if(temp[tt][cc]=='[at]')null=1; else fol[l][++f]=temp[tt][cc]; } } else fol[l][++f]=array[j][ii]; } if(null)follow(j); } void main() { int p[2],i,j; clrscr(); printf("Enter the no. of productions :"); scanf("%d",&n); printf("Enter the productions :\n"); for(i=0;i<n;i++) scanf("%s",array[i]); for(i=0,t=0;i<n;i++,t++) { c=0,p[0]=-1,p[1]=-1; temp[t][0]=array[i][0]; fun(i,p); temp[t][++c]='\0'; printf("First(%c) : [ ",temp[t][0]); for(j=1;j<c;j++) printf("%c,",temp[t][j]); printf("\b ].\n"); getch(); } /* Follow Finding */ for(i=0,l=0;i<n;i++,l++) { f=-1;ff0=-1; fol[l][++f]=array[i][0]; follow(i); fol[l][++f]='\0'; } for(i=0;i<n;i++) { printf("\nFollow[%c] : [ ",fol[i][0]); for(j=1;fol[i][j]!='\0';j++) printf("%c,",fol[i][j]); printf("\b ]"); getch(); } }


What is the phrasal verb of start learning?

I think there is none. There is not a phrasal verb for every situation so possibly there is no phrasal verb for start learning.


How do you spell 'monkeyjack' backwards?

K-c-a-j-y-e-k-n-o-m.

Related questions

What verb starts with a j?

Examples of verbs that start with J are:jabjackjailjamjarjeerjeopardizejerkjestjigglejinglejockeyjogjoinjokejoltjostlejotjourneyjudgejugglejumblejustifyjumpjut


What is a13 lettered word starting with j and ending with k?

There are no 13 letter words that start with J and end with K.


What is a possible obituary for Kevin in Freak the Mighty?

that kevin new that he wasnt going to live long but he kept trying


K j equals j but how is that?

K j equals j when K is 1 or j is 0.


Why shells start from k letter?

The shells start with letter k because Barkla left room for more penetrating elements types A to J.


What is the capital of j and k?

J and K


What Texas things start with the letters j and k?

Jasper and Killeen are cities in Texas


What letter comes after J?

K comes after J.


A word that starts with j and ends in k?

A noun is a word for a person, a place, or a thing. Somes nouns that start with J and K are:janitorknightJamaicaKingstonjumpropekite


What are the little 4 turbo move?

j for attack k for defend and l for jump bat s+k+j leamasex j+k+l+j+k+l+s+j+k


C program to print helical matrix?

//the following code will help you to write the program for(i=n-1, j=0; i > 0; i--, j++) //n is the order of the square matrix { for(k=j; k < i; k++) printf("%d ", a[j][k]); for(k=j; k < i; k++) printf("%d ", a[k][i]); for(k=i; k > j; k--) printf("%d ", a[i][k]); for(k=i; k > j; k--) printf("%d ", a[k][j]); } m= (n-1)/2; //calculate the position of the middle element if (n% 2 == 1) printf("%d", a[m][m]);//to print the middle element also //9809752937(udanesh)


Matlab code for Integer Wavelet transform?

%%%fim1 is our image%%% [ r c ] = size(fim1); even=zeros(r,(c/2)); %first level decomposition %one even dimension for j = 1:1:r a=2; for k =1:1:(c/2) even(j,k)=fim1(j,a); a=a+2; end end %one odd dim odd=zeros(r,(c/2)); for j = 1:1:r a=1; for k =1:1:(c/2) odd(j,k)=fim1(j,a); a=a+2; end end [ lenr lenc ]=size(odd) ; %one dim haar for j = 1:1:lenr for k =1:1:lenc fhigh(j,k)=odd(j,k)-even(j,k); flow(j,k)=even(j,k)+floor(fhigh(j,k)/2); end end %2nd dimension [len2r len2c ]=size(flow); for j = 1:1:(len2c) a=2; for k =1:1:(len2r/2) %even separation of one dim leven(k,j)=flow(a,j); heven(k,j)=fhigh(a,j); a=a+2; end end %odd separtion of one dim for j = 1:1:(len2c) a=1; for k =1:1:(len2r/2) lodd(k,j)=flow(a,j); hodd(k,j)=fhigh(a,j); a=a+2; end end %2d haar [ len12r len12c ]=size(lodd) ; for j = 1:1:len12r for k =1:1:len12c %2nd level hh f2lhigh(j,k)=lodd(j,k)-leven(j,k); %2nd level hl f2llow(j,k)=leven(j,k)+floor(f2lhigh(j,k)/2); %2nd level lh f2hhigh(j,k)=hodd(j,k)-heven(j,k); %2nd level ll f2hlow(j,k)=heven(j,k)+floor(f2hhigh(j,k)/2); end end % level=level-1;